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

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

GitHub user FabianChanton opened a pull request:

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

    CAMEL-10166: Add URI parameter skipQueueBind in case we need to decl…

    As described in CAMEL-10166 I would like to add a URI parameter to skip 
binding a queue to an exchange after declaring the queue. I noticed that on 
some servers (maybe all) you can declare a queue on the default exchange but 
are not allowed to bind it to the exchange.

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

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

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

    https://github.com/apache/camel/pull/1086.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 #1086
    
----
commit 4e5c521f0c073ecbcb77756b71ab632c9a267117
Author: Fabian Chanton <[email protected]>
Date:   2016-07-26T11:01:17Z

    CAMEL-10166: Add URI parameter skip QueueBind in case we need to declare a 
queue but not bind it to the exchange

----


> Binding a queue on the default exchange is not always allowed
> -------------------------------------------------------------
>
>                 Key: CAMEL-10166
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10166
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-rabbitmq
>    Affects Versions: 2.17.2
>            Reporter: Fabian Chanton
>
> When declaring a queue on the default exchange it is not allways (maybe 
> never) allowed to bind that queue to the default exchange. 
> I see two ways to solve this:
> * Introduce an URI parameter (e.g. skipBind) to skip binding
> * Never bind a queue on the default exchange
> What is the prefered way?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to