Bogdan Albei created CAMEL-10131:
------------------------------------
Summary: Add exclusive queues support to RabbitMQ component
Key: CAMEL-10131
URL: https://issues.apache.org/jira/browse/CAMEL-10131
Project: Camel
Issue Type: Improvement
Components: camel-rabbitmq
Reporter: Bogdan Albei
Priority: Minor
Exclusive queues are used by only one connection and the queue will be deleted
when that connection closes. At the moment the rabbitmq component does not
support exclusive queues. I believe that it 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)