Client SDKsC#
C# SDK
Install the KubeMQ .NET SDK and send your first message with step-by-step instructions.
The KubeMQ .NET SDK provides an async-first C# client for all messaging patterns with dependency injection support, auto-reconnection, and retry policies. It requires .NET 8.0 (LTS).
Installation
dotnet add package KubeMQ.SDK.CSharpOr via PackageReference:
<PackageReference Include="KubeMQ.SDK.CSharp" Version="3.0.1" />Prerequisites: .NET 8.0 (LTS), KubeMQ server v3.0+.
Next: 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?