Robbie Gemmell created ARTEMIS-2027:
---------------------------------------
Summary: handle arriving AMQP deliveries being aborted
Key: ARTEMIS-2027
URL: https://issues.apache.org/jira/browse/ARTEMIS-2027
Project: ActiveMQ Artemis
Issue Type: Bug
Components: AMQP
Affects Versions: 2.6.2
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
Fix For: 2.7.0, 2.6.3
AMQP allows for deliveries to be sent in multiple transfer frames, and as part
of this also allows for a delivery to be explicitly aborted without completing.
This scenario can now arise when fronting a receiver such as the broker with a
Qpid Dispatch router, as it streams larger messages to receivers while they are
sent to the router. If such messages are in process of being sent to the router
and the sending connection drops before it completes, the router will abort the
incomplete delivery to any receivers it was streaming the payload to already.
The broker should handle such aborted deliveries appropriately.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)