Would it also work if the queue is sharded across multiple brokers? Will my consumers receive the messages stored in all the brokers for a given queue?
-----Original Message----- From: Gordon Sim <[email protected]> Sent: lundi 12 novembre 2018 16:09 To: [email protected] Subject: Re: [Dispatch Router] multicast distribution On 12/11/18 14:58, VERMEULEN Olivier wrote: > address { > prefix: queue_1 > waypoint: yes > distribution: multicast > } This will not give you end to end acknowledgement with consuming clients. The router will acknowledge each message received by the queue on receipt, causing the message to be dequeued. One option is to use link routing for topics. That establishes a distinct association between the broker and the consumer, which is needed for acknowledged transfer. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ******************************* This e-mail contains information for the intended recipient only. It may contain proprietary material or confidential information. If you are not the intended recipient you are not authorized to distribute, copy or use this e-mail or any attachment to it. Murex cannot guarantee that it is virus free and accepts no responsibility for any loss or damage arising from its use. If you have received this e-mail in error please notify immediately the sender and delete the original email received, any attachments and all copies from your system.
