You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/24 09:01:20 UTC

[jira] [Commented] (CAMEL-10131) Add exclusive queues support to RabbitMQ component

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

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

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 <bo...@callsign.com>
Date:   2016-08-24T08:54:06Z

    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
>            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)