You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2016/06/07 19:51:21 UTC

[jira] [Created] (DISPATCH-366) When delivery fails the router sends the RELEASED disposition, not MODIFIED

Ken Giusti created DISPATCH-366:
-----------------------------------

             Summary: When delivery fails the router sends the RELEASED disposition, not MODIFIED
                 Key: DISPATCH-366
                 URL: https://issues.apache.org/jira/browse/DISPATCH-366
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Router Node
    Affects Versions: 0.6.0
            Reporter: Ken Giusti
            Priority: Blocker
             Fix For: 0.6.0


The router does not properly distinguish between a delivery failure and undeliverable.

In the case of a delivery failure - where the router cannot ensure that the message wasn't consumed - the router must send back the MODIFIED terminal disposition with the delivery-failed flag set. This is necessary as the sender must increment the message's delivery-count if it retransmits.

In the case of an undeliverable message - where the router cannot forward a message to the destination - the router must send back the RELEASED terminal disposition.  RELEASED informs the sender that the message was not acted upon.  The sender must not increment the message's delivery-count if it retransmits.

Currently the router uses RELEASED in both these cases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org