[
https://issues.apache.org/jira/browse/CAMEL-8302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004220#comment-15004220
]
ASF GitHub Bot commented on CAMEL-8302:
---------------------------------------
GitHub user davidwilliams1978 opened a pull request:
https://github.com/apache/camel/pull/682
CAMEL-8302: Added producer label to skipQueueDeclare flag
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davidwilliams1978/camel CAMEL-8302
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/682.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 #682
----
commit 1bbb2931c5f34b8aadc6a801e4364b1e8987eac3
Author: davidwilliams <[email protected]>
Date: 2015-11-13T16:29:39Z
CAMEL-8302: Added producer label to skipQueueDeclare flag
----
> Rabbitmq shouldn't require/bind queue if not specified
> -------------------------------------------------------
>
> Key: CAMEL-8302
> URL: https://issues.apache.org/jira/browse/CAMEL-8302
> Project: Camel
> Issue Type: Bug
> Components: camel-rabbitmq
> Affects Versions: 2.14.1
> Reporter: Sajjad Akhter
> Assignee: Claus Ibsen
> Fix For: 2.16.1, 2.17.0
>
>
> Current implementation is declaring both exchange and queue on any init
> (producer or consumer). In case of producer one don't need queue and may not
> know who going to be client.
> We can add flag skipQueueDeclare so that it won't genrate uuid queue.
> i can provide PR if it helps.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)