Hi Gordon, So, if a queue is --durable, no persistent messages will be lost. If the queue is --durable and --cluster-durable all non persistent messages will become persistent when only one node of the cluster remains.
Is my understanding of --cluster-durable option correct? Best Regards, Sergey Zhemzhitsky Gordon Sim <[email protected]> 04.02.2011 19:47 Please respond to [email protected] To [email protected] cc Subject Re: Qpid: cluster-durable queues On 02/03/2011 02:40 PM, [email protected] wrote: > I want my queue to become durable when only one node in the cluster stands > alive. I believe this is what the --cluster-durable option is for. The --cluster-durable option only works for durable queues. Its function is to make any transient *messages* on that queue persistent when the cluster drops down to the last node. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
