Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-10131 added support for exclusive queues #1143

Conversation

bogdanalbei
Copy link
Contributor

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.

@oscerd
Copy link
Contributor

oscerd commented Aug 26, 2016

Thanks @bogdanalbei :-)

Btw it seems we have conflicts with the master branch, can you please rebase? Thanks!

@bogdanalbei bogdanalbei deleted the CAMEL-10131-add-exclusive-queues-support-master branch August 26, 2016 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants