You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gemmellr <gi...@git.apache.org> on 2018/08/13 13:33:35 UTC

[GitHub] activemq-artemis pull request #2245: ARTEMIS-2027: handle aborted AMQP deliv...

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 <ro...@...>
Date:   2018-08-13T13:01:01Z

    ARTEMIS-2027: handle aborted AMQP deliveries

----


---

[GitHub] activemq-artemis issue #2245: ARTEMIS-2027: handle aborted AMQP deliveries

Posted by gemmellr <gi...@git.apache.org>.
Github user gemmellr commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2245
  
    Merged to 2.6.x in commit c1c2d01bc525411d46cef1c7589e4a1e71e42b02


---

[GitHub] activemq-artemis pull request #2245: ARTEMIS-2027: handle aborted AMQP deliv...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2245


---