ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
856 stars 137 forks source link

Question: Hutch.connect usage #311

Closed egze closed 6 years ago

egze commented 6 years ago

Hi,

Don't know a better way to talk about the Hutch gem. Do you have any Slack/IRC/whatever channel?

Anyway, I was wondering what is the best way to call Hutch.connect in a Rails app? Just put it in the initializers? I can see it being a problem if RabbitMQ is not running at that moment. Is there a better way?

Thanks

michaelklishin commented 6 years ago

Everything that applies to Bunny should be very much applicable to Hutch.

RabbitMQ community Slack channel and Bunny mailing list is the closest thing there is for Hutch.

michaelklishin commented 6 years ago

RabbitMQ's own mailing list can be used as well, of course.