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

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

GitHub user cschachinger opened a pull request:

    https://github.com/apache/camel/pull/1900

    CAMEL-11704

    This PR allows a queue to be declared "passively". 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cschachinger/camel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1900.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 #1900
    
----
commit cc0c9e9aa1fd9b4ed530257b9bda2125fd8bce25
Author: Christoph Schachinger <[email protected]>
Date:   2017-08-25T08:56:07Z

    CAMEL-11704

----


> Camel-RabbitMQ: Allow passive queue declaration
> -----------------------------------------------
>
>                 Key: CAMEL-11704
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11704
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-rabbitmq
>            Reporter: C S
>
> Could you introduce passive queues; I.e. create the endpoint parameter 
> "passive", and if that's set the queue is declared with 
> channel.queueDeclarePassive("queue_name")
> All other parameters like durable, exclusive, autodelete, queueArges can be 
> ignored in this case - since the assumption is that the queue is already 
> available on the server.
> Some RabbitMQ instances do not allow "active" declaration and therefore the 
> camel-component cannot be used.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to