[rabbitmq-discuss] (no subject)

Michael Klishin michael.s.klishin at gmail.com
Wed Jan 8 11:54:25 GMT 2014


2014/1/8 Ranjitha Shet <ranjithavshet09 at gmail.com>

> I am publishin Messages with Delivery mode = 1..
> whichevr is the case.., are the messages is being stored on disk if the
> flag is set to true in basicConsume??
>
> if messages are getting stored.., is ther any way in which it can avoided??
>

Manual acknowledgements in basicConsume have nothing to do with messages
being or not
stored on disk.

See tutorial 2:
http://www.rabbitmq.com/getstarted.html

Delivery mode = 1 means "transient", so unless there is serious memory
pressure,
messages should be kept in RAM only.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140108/cc3f11b9/attachment.html>


More information about the rabbitmq-discuss mailing list