After a message is modified in the queue, how to send the modified message to the dead letter queue instead of the original message after calling the channel.basicNac() method #2915
Replies: 1 comment
-
Messages in RabbitMQ store are immutable. So, there is no way to modify whatever is already there. See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After a message is modified in the queue, how to send the modified message to the dead letter queue instead of the original message after calling the channel.basicNac() method ?
I hope to get the error information in the message in the
handleDeadLetter
methodBeta Was this translation helpful? Give feedback.
All reactions