GitHub user alex-rufous opened a pull request:

    https://github.com/apache/qpid-broker-j/pull/17

    QPID-7541: [Broker-J] Close consumers when a Queue is deleted

    The proposed changes allow to close queue sending and receiving links and 
mark all in-progress queue transactions as read-only. If in-progress 
transaction is in process of committing/rollingback when queue is deleted, the 
deletion functionality is waiting for the transaction discharge to complete in 
order to avoid loosing any messages in case of pushing deleted queue messages 
into alternate destination.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alex-rufous/qpid-broker-j QPID-7541

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-broker-j/pull/17.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 #17
    
----
commit 540ad5840ad2168f2e21a212c0fbe5e618617833
Author: Alex Rudyy <orudyy@...>
Date:   2018-11-14T12:39:36Z

    QPID-7541: [Broker-J] Close consumers when a Queue is deleted

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to