[
https://issues.apache.org/jira/browse/CAMEL-8302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-8302.
--------------------------------
Resolution: Fixed
Thanks David for the PR.
Does this option only really apply to a producer? The code is part of
org.apache.camel.component.rabbitmq.RabbitMQEndpoint#declareExchangeAndQueue
which both the consumer and producer uses. But it may be that the option only
makes sense on the producer side. And if so we can mark the option with label
producer so the end users would know.
> 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)