<div dir="ltr"><div class="gmail_extra"><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 id=":3f5">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 id=":3f5"><br></div></blockquote></div><br clear="all"><div style>Messages that are published as persistent will be stored on disk. You can also declare a queue</div><div style>as durable so that it survives broker restarts.</div>

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

<div style>something called Publisher Confirms to make that more reliable.</div><div style><br></div><div style>I highly recommend you to read <a href="http://rabbitmq.com/tutorials/amqp-concepts.html">http://rabbitmq.com/tutorials/amqp-concepts.html</a> first.</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>