[
https://issues.apache.org/jira/browse/CAMEL-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046950#comment-14046950
]
ASF GitHub Bot commented on CAMEL-7552:
---------------------------------------
GitHub user neoramon opened a pull request:
https://github.com/apache/camel/pull/201
CAMEL-7552 - RabbitMQ Component: property to allow declare or not queue ...
...and exchange.
https://issues.apache.org/jira/browse/CAMEL-7552
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neoramon/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/201.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 #201
----
commit 674274e8ad26f6ff3411220c09dd6d372c6e10fa
Author: Ramon Rosa da Silva <[email protected]>
Date: 2014-06-28T19:45:43Z
CAMEL-7552 - RabbitMQ Component: property to allow declare or not queue and
exchange.
----
> RabbitMQ Component: property to allow declare or not queue and exchange.
> ------------------------------------------------------------------------
>
> Key: CAMEL-7552
> URL: https://issues.apache.org/jira/browse/CAMEL-7552
> Project: Camel
> Issue Type: Improvement
> Components: camel-rabbitmq
> Affects Versions: 2.13.1
> Reporter: Ramon Rosa da Silva
> Labels: Camel
> Fix For: 2.14.0
>
>
> Sometimes to consume a message from RabbitMQ the consumer doesn't konw its
> exchange.
> And to send message to exchange, it isn't necessary set queue name, because
> the destination queue is defined from a routingkey, but in camel-rabbitmq
> when queue is blank, is generated a random uuid, and this uuid is used to
> declare and bind with the exchange.
> I suggest that the "getEndpoint().declareExchangeAndQueue(chanel)" in
> Consumer and Producer can be optional.
> Like:
> boolean declare = true;
--
This message was sent by Atlassian JIRA
(v6.2#6252)