I understand that the timeout occurs when the consumer doesn't send an acknowledge for >30 minutes. Does the timeout also occur when the consumer only returns nack or reject for more than 30 minutes? Or does this reset the timeout value.
kjnilsson
unread,
Sep 25, 2023, 5:47:38 AM9/25/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
The timeout will only trigger if any message goes "unresolved" (acked, nacked, rejected) for some time more than the configured timeout.
It is there to catch messages that are never going to be either acked nor nacked.