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]

Reply via email to