Replies: 2 comments
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
See TTL Caveats. If head-of-the-line messages are not consumed, expired messages won't be expired. They are expired at (attempted) delivery time. |
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.
-
I'm running on Docker w/ image "rabbitmq:3.8.14-management"
Publishing a message with expiration to Q1 (which has these headers declared).
When the message on Q1 expires, it won't go to Q2 automatically, I have to go on the Get Message(s) button on Q1 and click it, so the trigger happens.
I have used RabbitMQ for a time with similar approaches and this has never happened to me.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions