Client SDKsElixir
Elixir SDK
Install the KubeMQ Elixir SDK and send your first message with step-by-step instructions.
The KubeMQ Elixir SDK provides an OTP-native GenServer client for all messaging patterns. It requires Elixir 1.15+ and communicates with KubeMQ over gRPC.
Installation
Add kubemq to your mix.exs dependencies:
defp deps do
[
{:kubemq, "~> 1.0"}
]
endThen fetch:
mix deps.getNext: send your first message
With the SDK installed, continue to the first-message tutorial to connect a client and publish and receive your first message.
Was this page helpful?