On 08/11/2016 05:45 AM, Gordon Sim wrote:
On 10/08/16 23:19, Day, Jem wrote:
We’re running a dispatch-router cluster with mobile endpoints
attached, the same endpoint address may be registered on multiple DR
[Dispatch Router] nodes. We seem to be seeing situations where a
message enters a particular DR but never gets delivered, this appears
to occur when the associated ‘link’ goes down for some reason.

Q: If a message travels across a network of DR nodes and when it
reaches the DR of ‘egress’ the link of interest has died will the DR…

- Attempt re-delivery by re-routing the message within the DR network
- Reject the message back to the producer with a disposition of
‘rejected’
- Reject the message back to the producer with a disposition of
‘modified’

Messages that can't be delivered are released with a modified outcome.

To expand on this, look at the description of https://issues.apache.org/jira/browse/DISPATCH-366.

If a delivery can't be routed (no destination), it is returned to the sender with RELEASED disposition. If the delivery _may_ have been delivered but has not been settled when an outgoing link is dropped, it is returned to the sender with MODIFIED/delivery-failed disposition.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to