Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.6.0
-
None
-
Unknown
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:
from("direct:test") .routeId("id") .log("log" + "id") .to("spring-rabbitmq:ex?routingKey=rk&autoDeclareProducer=true");
Attachments
Attachments
Issue Links
- links to