GitHub user gemmellr opened a pull request:
https://github.com/apache/activemq-artemis/pull/2245
ARTEMIS-2027: handle aborted AMQP deliveries
Fixes handling of aborted deliveries to ensure the receiver processes the
delivery (and any subsequent ones) appropriately. Unit tested only since
Proton-J cant send aborted deliveries, though I have also verified it with
modified client (slowed down) sending from client-> Dispatch -> Artemis and
back and killing the client connection mid-send.
I'd like this backported to 2.6.x also.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gemmellr/activemq-artemis delivery-aborted
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2245.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2245
----
commit e1ba608d64883f071442340ed091441187f48a01
Author: Robbie Gemmell <robbie@...>
Date: 2018-08-13T13:01:01Z
ARTEMIS-2027: handle aborted AMQP deliveries
----
---