[ 
https://issues.apache.org/jira/browse/DISPATCH-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268846#comment-17268846
 ] 

ASF subversion and git services commented on DISPATCH-1801:
-----------------------------------------------------------

Commit 77bbc8bb1580ec6e6052667c91a37bed54ed62c1 in qpid-dispatch's branch 
refs/heads/master from Ken Giusti
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=77bbc8b ]

DISPATCH-1801: add qd_delivery_state_t for all disposition data

This patch organizes all delivery state into a single public structure
qd_delivery_state_t.  This structure combines the existing separate
extension state and qdr_error_t (Proton Condition) elements into a
single class.  It also contains the additional data associated with a
MODIFIED outcome.

This structure corresponds to the 'delivery-state' archetype described
in Section 3.4 Delivery State in the AMQP 1.0 specification.


> Link routed outcomes do not propagate all associated state
> ----------------------------------------------------------
>
>                 Key: DISPATCH-1801
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1801
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Router Node
>    Affects Versions: 1.14.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Major
>             Fix For: 1.15.0
>
>         Attachments: 0001-link-route-dispo-data-propagation-bugz.patch
>
>
> Delivery outcomes such as REJECTED and MODIFIED allow for extra associated 
> data.
> See [Delivery State in AMQP 
> 1.0|http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-delivery-state]
> For link routes the router must propagate the exact state set by the 
> endpoint.  In actuality this does not happen:
>  
> For MODIFIED, neither the Undeliverable-Here bool nor the extra message 
> annotations are propagated across the link.  Furthermore it appears that the 
> 'failed' boolean is forced to True at some point along the way.
>  
> For REJECTED, while both the error name and description ARE propagated, the 
> error info is not.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to