Registry / messaging / hutch
library1.4.0rbrubygemsunverified

A Ruby library for enabling asynchronous inter-service communication using RabbitMQ.

gem install hutch
INSTALL
IMPORT
SIG · HUTCH
H
hutch
messagingrubyv1.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.

Hutch
require 'hutch'

Set up a RabbitMQ consumer with Hutch

require 'hutch' Hutch.connect class MyConsumer include Hutch::Consumer consume 'my.queue' def process(message) puts "Received: #{message}" end end Hutch.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
hutch — gem install hutch · libregistry