[
https://issues.apache.org/jira/browse/CAMEL-20869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lucas da Silva Lima updated CAMEL-20869:
----------------------------------------
Description:
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}
was:
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("test":" + routeId)
.routeId("id")
.log("log" + "id")
.to("spring-rabbitmq:ex?routingKey=rk&autoDeclareProducer=true"); {code}
> 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: Wish
> Components: camel-rabbitmq, camel-spring-rabbitmq
> Affects Versions: 4.6.0
> Reporter: Lucas da Silva Lima
> Priority: Minor
> 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)