<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014/1/8 Ranjitha Shet <span dir="ltr"><<a href="mailto:ranjithavshet09@gmail.com" target="_blank">ranjithavshet09@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

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

<div>Manual acknowledgements in basicConsume have nothing to do with messages being or not</div><div>stored on disk.</div><div><br></div><div>See tutorial 2:</div><div><a href="http://www.rabbitmq.com/getstarted.html">http://www.rabbitmq.com/getstarted.html</a><br>

</div><div><br></div><div>Delivery mode = 1 means "transient", so unless there is serious memory pressure,</div><div>messages should be kept in RAM only.</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>

<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>