[
https://issues.apache.org/jira/browse/CAMEL-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14125039#comment-14125039
]
ASF GitHub Bot commented on CAMEL-7552:
---------------------------------------
Github user neoramon closed the pull request at:
https://github.com/apache/camel/pull/201
> 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
> Assignee: Willem Jiang
> 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.3.4#6332)