[ 
https://issues.apache.org/jira/browse/CAMEL-20869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872373#comment-17872373
 ] 

Claus Ibsen commented on CAMEL-20869:
-------------------------------------

You are welcome to help with this and dive into the source code and see if you 
can find out how to do it, and send a PR

> camel-spring-rabbitmq properties of "skip" is not implement 
> ------------------------------------------------------------
>
>                 Key: CAMEL-20869
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20869
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-rabbitmq, camel-spring-rabbitmq
>    Affects Versions: 4.6.0
>            Reporter: Lucas da Silva Lima
>            Priority: Minor
>             Fix For: 4.x
>
>         Attachments: image-2024-06-12-14-38-34-753.png
>
>
> On new camel-spring-rabbitmq does not include "skip" options, like: 
> skipDeclareQueue 
> [https://camel.apache.org/components/3.22.x/rabbitmq-component.html#_component_option_skipQueueDeclare]
> If we create a producer with only exchange and routingKey (and 
> autoDeclareProducer), it will generate random queues:
> !image-2024-06-12-14-38-34-753.png!
>  
> {code:java}
> from("direct:test")
>         .routeId("id")
>         .log("log" + "id")
>         .to("spring-rabbitmq:ex?routingKey=rk&autoDeclareProducer=true"); 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to