Client SDKsJava
Java SDK
Install the KubeMQ Java SDK and send your first message with step-by-step instructions.
The KubeMQ Java SDK provides a type-safe client for all messaging patterns over gRPC transport with built-in TLS, authentication, and reconnection support. It requires Java 11+ (LTS releases 11, 17, and 21 are tested).
Installation
Maven
<dependency>
<groupId>io.kubemq.sdk</groupId>
<artifactId>kubemq-sdk-Java</artifactId>
<version>3.1.1</version>
</dependency>Gradle
implementation 'io.kubemq.sdk:kubemq-sdk-Java:3.1.1'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?