[rabbitmq-discuss] Are publisher confirms at all aware of HA (replicated) durable queues?

Matthew Sackman matthew at rabbitmq.com
Tue Oct 4 18:07:31 BST 2011


On Tue, Oct 04, 2011 at 01:05:11PM -0400, Steve Rehrauer wrote:
> If I'm asking the broker for publisher confirms, and I have a cluster
> of nodes, and I have durable queues that are replicated (x-ha-policy:
> "all"), does the broker send the confirm as soon as a message is
> persisted in the queues of the master node?  It doesn't wait for those
> queues to be replicated to the slaves?

It waits for all mirrors of the queue. It's the same as a message which
is just routed to multiple queues.

Matthew


More information about the rabbitmq-discuss mailing list