[ 
https://issues.apache.org/jira/browse/CAMEL-10131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438879#comment-15438879
 ] 

ASF GitHub Bot commented on CAMEL-10131:
----------------------------------------

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

----


> 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
>            Assignee: Andrea Cosentino
>            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)

Reply via email to