[rabbitmq-discuss] Messages does not survive a RabbitMQ service restart

Frank Shearar frank.shearar at gmail.com
Thu Nov 28 16:26:57 GMT 2013


On 28 November 2013 14:56, Marcos Torres <marcos.torres at gmail.com> wrote:
> Hi there.
>
> The messages stored in a durable queue doesn't survive a service restart
> (I'm using windows version of Rabbit).
> I'm using message confirmation, but clearly I need to do something else.

A durable _queue_ means that the queue definition survives a reboot. A
_persistent message_ is stored on disk, and will still be there after
a reboot.

frank


More information about the rabbitmq-discuss mailing list