ruby-amqp / hutch

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

exact queue name option #393

Open tlloydthwaites opened 1 year ago

tlloydthwaites commented 1 year ago

Sometimes we want to bind to an exact queue name without using the namespace.

For example, for most of our consumers we want to use the application name as a prefix to help group queues. However, we have a global 'deadletter' queue which we do not want to namespace, but connect to verbatim.

This PR allows exact: true to be added when setting the queue_name in a consumer.

tlloydthwaites commented 4 months ago

how about ignore_namespace or skip_namespace or without_namespace?