Skip to content

Conversation

@tlloydthwaites
Copy link
Contributor

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.

Copy link
Member

@michaelklishin michaelklishin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a reasonable addition but the name "exact" does not explain what the option really does.

"Do not add namespace" may be longer but is more specific (and I am fine with longer names).

@tlloydthwaites
Copy link
Contributor Author

how about ignore_namespace or skip_namespace or without_namespace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants