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

Handlers not resolved properly for messages returned from dead lettering #191

Closed
rhinof opened this issue Oct 8, 2019 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@rhinof
Copy link
Contributor

rhinof commented Oct 8, 2019

In cases where a message gets returned to a queue via the returnDeadToQueue events handlers do not get resolved upon replay.
the root cause is that the returnDeadToQueue function sends the amqp message directly back to the queue the message was rejected from causing the exchange name to be blank which breaks handler resolution.

@rhinof rhinof added the bug Something isn't working label Oct 8, 2019
@rhinof rhinof closed this as completed Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant