Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exact queue name option #393

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

None yet

3 participants