You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the deadletter handler panics grabbit fails to reject the message leaving it permanently in "delivered" state and effectively stops the service
To Reproduce
create a bus instance listening to the dlq
register a deadletter handler on a dlq bound to a dlx
reject a message to the dlx from another service
when the deadletter handler is called panic
Expected behavior
The message gets queued back and the handler reprocesses it
Actual behavior
The message remains in the delivered state and the service stops consuming messages from the dlq
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In case the deadletter handler panics grabbit fails to reject the message leaving it permanently in "delivered" state and effectively stops the service
To Reproduce
Expected behavior
The message gets queued back and the handler reprocesses it
Actual behavior
The message remains in the delivered state and the service stops consuming messages from the dlq
The text was updated successfully, but these errors were encountered: