Registry / messaging / march-hare

march-hare

JSON →
library4.4.0rbrubygemsunverified

RabbitMQ client for JRuby built around the official RabbitMQ Java client

gem install march_hare
INSTALL
IMPORT
SIG · MARCH-HARE
M
march-hare
messagingrubyv4.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MarchHare
require 'march_hare'

Connect to RabbitMQ and publish a message

require 'march_hare' conn = MarchHare.connect(host: 'localhost') ch = conn.create_channel q = ch.queue('test.queue') q.publish('Hello, RabbitMQ!')
Debug
Known issues
breakingOnly works with JRuby
fix
Use bunny gem for MRI Ruby
affects: >= 0.0.0
Upgrade
Version history
4.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
march-hare — gem install march-hare · libregistry