[rabbitmq-discuss] queue persistance/ queue mode

Chirag Pujara chiragpujara at gmail.com
Tue Apr 2 22:10:55 BST 2013


Thanks for info.

So there is no concept like disk mode queue where msgs are stored on disk
no matter how they are published?




On Tue, Apr 2, 2013 at 2:46 PM, Michael Klishin <michael.s.klishin at gmail.com
> wrote:

>
> 2013/4/2 chiragpujara <chiragpujara at gmail.com>
>
>> Does it stores messages on
>> disk? But still it is upto producer to write msgs to queue with that
>> option.
>> Is there a way for me to create queue that stores all the messages to
>> disk.
>>
>>
> Messages that are published as persistent will be stored on disk. You can
> also declare a queue
> as durable so that it survives broker restarts.
>
> Producers do not publish messages to queues. They publish them to
> exchanges, then RabbitMQ routes
> them to queues. It is, of course, up to your application to publish
> messages to exchanges. There is
> something called Publisher Confirms to make that more reliable.
>
> I highly recommend you to read
> http://rabbitmq.com/tutorials/amqp-concepts.html first.
> --
> MK
>
> http://github.com/michaelklishin
> http://twitter.com/michaelklishin
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130402/a014b77f/attachment.htm>


More information about the rabbitmq-discuss mailing list