[rabbitmq-discuss] SHOVEL PLUGIN + RABBITMQ ACTIVE-ACTIVE ACCROSS A WAN

Simon MacMullen simon at rabbitmq.com
Thu Oct 13 15:00:54 BST 2011


On 12/10/11 11:11, TARANTELLI Milan (MORPHO) wrote:
> So the question is:
>
> Is message acknowledge/delivery guaranteed using Shovel and RabbitMQ across a WAN where we can face network disconnection issues?

Yes, as long as you leave ack_mode set to 'on_confirm' (it's the default).

The shovel just uses regular AMQP to send messages across the WAN, with 
acking and confirms by default, so you get the same delivery guarantees.

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list