How to recognize the source topic in the dead letter queue messages if there are multiple topics pushing the unack messages in the same the same dead letter queue
Asked
Active
Viewed 164 times
0
-
I think you can't. – guillaume blaquiere Feb 24 '22 at 17:05
-
Do the unacknowledged messages go into the dead letter topic or only the negative ack once are forwarded? @guillaumeblaquiere – tejas Mar 03 '22 at 06:39
-
All the negative ack messages: as well the timeout error (unack) as the explicit nack. The message are sent to the dead letter topic only after 5 or more negative ack. – guillaume blaquiere Mar 03 '22 at 08:20
-
Yes, I thought the same but in my case, even when it's limited to 5 retries, it keeps on retrying the messages endlessly, only if I do explicit nack(), the messages get retried for 5 times and are getting used to dead letter topic, can you please suggest a way to fix this or if I am missing something. @guillaumeblaquiere – tejas Mar 03 '22 at 09:57