GitHub user bogdanalbei opened a pull request:
https://github.com/apache/camel/pull/1143
CAMEL-10131 added support for exclusive queues
Fix for https://issues.apache.org/jira/browse/CAMEL-10131
This is replacing https://github.com/apache/camel/pull/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/1143.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 #1143
----
commit f8515f70697176c7b7458ea5d27fb8c8eb7f0b63
Author: Bogdan Albei <[email protected]>
Date: 2016-08-26T12:31:44Z
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.
---