hutch icon indicating copy to clipboard operation
hutch copied to clipboard

exact queue name option

Open tlloydthwaites opened this issue 3 years ago • 1 comments

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 avatar Jan 09 '23 02:01 tlloydthwaites

how about ignore_namespace or skip_namespace or without_namespace?

tlloydthwaites avatar May 10 '24 04:05 tlloydthwaites