[rabbitmq-discuss] Not Able to keep messages persistent

Matthew Sackman matthew at rabbitmq.com
Fri Sep 3 13:08:07 BST 2010


On Fri, Sep 03, 2010 at 03:10:54PM +0530, Abhishek Kona wrote:
> When I remove the txCommit and txSelect. the messages are not persisted.

How are you shutting down Rabbit? - if you're hard killing it then the
messages will be sitting in some buffer somewhere waiting to go to disk
and will never make it. If you shutdown Rabbit nicely, using the various
scripts, then all such buffers should be flushed.

Publishing persistent messages to durable queues without using
transactions gives no guarantees of when messages will be written to
disk.

Matthew


More information about the rabbitmq-discuss mailing list