Skip to content
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

Allow to make AMQP queues persistent #276

Closed
lennartkoopmann opened this issue Oct 21, 2013 · 2 comments
Closed

Allow to make AMQP queues persistent #276

lennartkoopmann opened this issue Oct 21, 2013 · 2 comments
Milestone

Comments

@lennartkoopmann
Copy link
Contributor

A reminder for the new radio version:

When you declare a queue with rabbit you can denote whether you want the
messages to be "persistent" ie: flushed to disk ( although this isn't guaranteed* ). In
python it's the "delivery_mode" setting and in java it's "MessageProperties". It's
something that can have an adverse affect on performance if you don't care
about/need that I/O done. There's some raw numbers here:
http://www.rabbitmq.com/blog/2012/04/25/rabbitmq-performance-measurements-part-2/ .

@cloax
Copy link

cloax commented Oct 22, 2013

Thanks for taking it under consideration! -joe

This was referenced Nov 13, 2013
@lennartkoopmann
Copy link
Contributor Author

This is now part of #220

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

No branches or pull requests

2 participants