Registry / messaging / bunny
library3.1.0rbrubygemsunverified

Easy to use, feature complete Ruby client for RabbitMQ 3.9 and later versions.

gem install bunny
INSTALL
IMPORT
SIG · BUNNY
B
bunny
messagingrubyv3.1.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.

Bunny
require 'bunny'

Connect to RabbitMQ and publish a message to a queue.

require 'bunny' conn = Bunny.new conn.start ch = conn.create_channel q = ch.queue('hello') q.publish('Hello, world!') conn.close
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources