Skip to content

[Questions] Messages in the dead letter queue do not expire #12301

Closed Locked Answered by michaelklishin
atgtahub asked this question in Questions
Discussion options

You must be logged in to vote

@atgtahub RabbitMQ 3.10 has been out of support (not just community support) for several years now.
If you are still using it from a public cloud provider, perhaps direct your questions to the provider you are paying, not the core team.

Messages are deleted when they reach the head of the queue. From the [TTL guide](Only when expired messages reach the head of a queue will they actually be discarded (marked for deletion)):

Queues that had a per-message TTL applied to them retroactively (when they already had messages)
will discard the messages when specific events occur.

Only when expired messages reach the head of a queue will they actually be discarded
(marked for deletion). Consumers …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants