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

fix queue name when prefix queue: or queue:// is used #58

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

erwindon
Copy link
Contributor

When prefixes "queue:" or "topic:" are used, this indicates to A that the destination is a queue or topic.
For a topic, that prefix is removed from the name.
For a queue, that does not happen yet and the name including "queue:" becomes the queue name. This PR fixes that.

Since "queue:" is also the default, most people would use the destination without the prefix anyway, thereby avoiding the problem.

@northlander northlander merged commit 001c244 into fmtn:master Jan 14, 2021
@northlander
Copy link
Member

Thanks @erwindon

@erwindon
Copy link
Contributor Author

credits to my colleague Marco for stumbling on the problem

@erwindon erwindon deleted the fixqueuename branch March 3, 2021 10:45
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.

2 participants