Skip to content

Expire messages more frequently #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

vspy
Copy link

@vspy vspy commented Jun 20, 2012

Now it checks for expired messages every 5 seconds. Before it checked it once in a TLL, which indeed lead to a very weird behavior with large TTL values (very high latency for dead letter exchange).

…r expired messages every 5 seconds. Before it checked it once in a TLL, which indeed lead to a very weird behavior with large TTL values.
@rade
Copy link
Contributor

rade commented Aug 12, 2012

Thanks for reporting this. I have filed a bug in RabbitMQ's internal bug tracker. We should hopefully fix this soon. The required change is more complex than you propose - a fixed interval really doesn't cut it; instead the timer should be set to go off at the time the next message at the head of the queue is meant to expire.

@rade rade closed this Aug 12, 2012
@dumbbell dumbbell modified the milestone: n/a Mar 24, 2015
binarin pushed a commit that referenced this pull request Sep 28, 2021
Find app schema either in deps/App/priv or priv/
dcorbacho pushed a commit that referenced this pull request Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants