You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2017/08/25 12:04:00 UTC

[jira] [Resolved] (CAMEL-11704) Camel-RabbitMQ: Allow passive queue declaration

     [ https://issues.apache.org/jira/browse/CAMEL-11704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino resolved CAMEL-11704.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.20.0

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