You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/ .
The text was updated successfully, but these errors were encountered:
A reminder for the new radio version:
The text was updated successfully, but these errors were encountered: