Client SDKsRubyHow-to guidesRPC
RPC Examples
Commands and queries request-reply examples for the KubeMQ Ruby SDK, covering send, handle, grouping, timeouts, and caching.
Commands and queries (request-reply) examples.
Send Command
Send a command and receive confirmation
Handle Command
Subscribe to and process incoming commands
Command Timeout
Handle command timeout when no handler responds
Command Group
Load-balanced command handling with groups
Send Query
Send a query and receive a data response
Handle Query
Subscribe to and process incoming queries
Cached Query
Server-side query response caching
Query Group
Load-balanced query handling with groups
Was this page helpful?