<div dir="ltr"><div><div>Thanks for info. <br><br></div>So there is no concept like disk mode queue where msgs are stored on disk no matter how they are published?<br><br></div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Apr 2, 2013 at 2:46 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:michael.s.klishin@gmail.com" target="_blank">michael.s.klishin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="im"><br><div class="gmail_quote">2013/4/2 chiragpujara <span dir="ltr">&lt;<a href="mailto:chiragpujara@gmail.com" target="_blank">chiragpujara@gmail.com</a>&gt;</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>Does it stores messages on<br>
disk? But still it is upto producer to write msgs to queue with that option.<br>
Is there a way for me to create queue that stores all the messages to disk.<br>
</div><div><br></div></blockquote></div><br clear="all"></div><div>Messages that are published as persistent will be stored on disk. You can also declare a queue</div><div>as durable so that it survives broker restarts.</div>


<div><br></div><div>Producers do not publish messages to queues. They publish them to exchanges, then RabbitMQ routes</div><div>them to queues. It is, of course, up to your application to publish messages to exchanges. There is</div>


<div>something called Publisher Confirms to make that more reliable.</div><div><br></div><div>I highly recommend you to read <a href="http://rabbitmq.com/tutorials/amqp-concepts.html" target="_blank">http://rabbitmq.com/tutorials/amqp-concepts.html</a> first.</div>
<span class="HOEnZb"><font color="#888888">

-- <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>
</font></span></div></div>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>