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

ASF GitHub Bot commented on DISPATCH-1801:
------------------------------------------

kgiusti opened a new pull request #988:
URL: https://github.com/apache/qpid-dispatch/pull/988


   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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> 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