GitHub user bogdanalbei opened a pull request:
https://github.com/apache/camel/pull/1138
CAMEL-10131 added support for exclusive queues
Fix for https://issues.apache.org/jira/browse/CAMEL-10131
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
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1138.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 #1138
----
commit a2ab54bd521b0e685dc66d8bfa4b74409b0c15a4
Author: Bogdan Albei <[email protected]>
Date: 2016-08-24T08:54:06Z
CAMEL-10131 added support for exclusive queues
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---