Hi

Yeah we love contributions, you are welcome to log a JIRA and work on
a patch / PR.
http://camel.apache.org/contributing

On Mon, Apr 4, 2016 at 2:21 PM, FabianChanton <fabian.chan...@gmx.ch> wrote:
> I solved this problem by making a few changes to camel-rabbitMQ.
>
> These are the parts that cause the problem:
>
> - If the consumer declares a queue it always declares the exchange as well.
> I now check, if the exchange name is null or empty and in that case don't
> declare the exchange. Maybe an option similar to "skipQueueDeclare" would be
> a good idea
>
> - If the name of the queue to be declared is not specified, the consumer
> generates a random name. In my use case the server does not allow access to
> such random names. It is necessary to declare the queue without a name. The
> server then generates a name and grants the user access to it.
>
> At the moment this solves the problem for me but it would be nice, if
> camel-rabbitMQ could be configured in such a way to support my usecase.
>
> Best regards
>
> Fabian Chanton
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/RabbitMQ-Declare-queue-on-existing-exchange-tp5778263p5780417.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to