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 <fabian.chan...@misurio.ch> 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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---