[
https://issues.apache.org/jira/browse/PROTON-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244258#comment-17244258
]
ASF GitHub Bot commented on PROTON-1914:
----------------------------------------
cliffjansen opened a new pull request #279:
URL: https://github.com/apache/qpid-proton/pull/279
Work in progress... PROTON-1914. Do not merge yet.
----------------------------------------------------------------
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]
> [c] receiver cannot settle an incomplete incoming message
> ---------------------------------------------------------
>
> Key: PROTON-1914
> URL: https://issues.apache.org/jira/browse/PROTON-1914
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c
> Affects Versions: proton-c-0.24.0
> Reporter: Alan Conway
> Assignee: Andrew Stitcher
> Priority: Major
>
> AMQP allows a receiver to settle an incoming message before it has all been
> received, e.g. to reject a large message without receiving it all. However
> the receiver must still be prepared to receive frames of the message that
> might have been in flight, until it gets the remote settle.
> Proton does not support this. Settling an incomplete incoming message
> advances the receiver's delivery-id. Subsequent frames cause and error like:
> "amqp:session:invalid-field:sequencing error, expected delivery-id 1, got 0"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]