Option to send/ requeue to some other consumer if available on nack() !! #380
geminigeek
started this conversation in
Ideas
Replies: 2 comments
-
|
Interesting idea. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We try to conform to the AMQP 0-9-1 spec and there's no such thing there. Instead as anders suggests, use dead-letter queues. https://lavinmq.com/documentation/dead-letter-exchange |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
i am suggesting a feature, this can be a good feature to have , an option on nack() to requeue the msg to some other consumer if available except the one which nack() it , if there is only one consumer do nothing !!
i don't know if its possible already , if yes kindly point me to it
another way to implement it is with a setting on a consumer to only except a message if the message is redelivering
thanks for reading
Beta Was this translation helpful? Give feedback.
All reactions