KubeMQ
Client SDKsRuby

Ruby SDK

Install the KubeMQ Ruby SDK and send your first message with step-by-step instructions.

The KubeMQ Ruby SDK provides a thread-safe gRPC client for all messaging patterns. It requires Ruby 3.1 or later and is compatible with KubeMQ server v2.2+.

Installation

gem install kubemq

Or add to your Gemfile:

Gemfile
gem 'kubemq'

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?

On this page