ruby-amqp / hutch

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

Make Bunny all queue options available #372

Closed kavv-hub closed 2 years ago

kavv-hub commented 2 years ago

want to make use of bunny queue options, e.g. disallow application to create queue by setting no_declare: true

michaelklishin commented 2 years ago

This does not seem to be a breaking change, so adopt this idea. Thank you.