You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by bogdanalbei <gi...@git.apache.org> on 2016/08/26 14:09:13 UTC

[GitHub] camel pull request #1144: CAMEL-10131 added exclusive queues support

GitHub user bogdanalbei opened a pull request:

    https://github.com/apache/camel/pull/1144

    CAMEL-10131 added exclusive queues support

    Fix for https://issues.apache.org/jira/browse/CAMEL-10131
    This is replacing #1138
    
    Exclusive queues are used by only one connection and the queue will be deleted when that connection closes. This is an important feature to have, especially when using fanout exchanges, since the generated queues will not autodelete when the client disconnects, leaving queues with no consumers behind, which require manual/scripted intervention.

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

    $ git pull https://github.com/bogdanalbei/camel CAMEL-10131-add-exclusive-queues-support-master

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

    https://github.com/apache/camel/pull/1144.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 #1144
    
----
commit 80d21843894c30fff68f48dab9e1c28d6b0ca544
Author: Bogdan Albei <bo...@gmail.com>
Date:   2016-08-26T14:06:19Z

    CAMEL-10131 added exclusive queues support

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request #1144: CAMEL-10131 added exclusive queues support

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

    https://github.com/apache/camel/pull/1144


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---