Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-20869

camel-spring-rabbitmq properties of "skip" is not implement

    XMLWordPrintableJSON

Details

    • 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

        1. image-2024-06-12-14-38-34-753.png
          31 kB
          Lucas da Silva Lima

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              lucasark Lucas da Silva Lima
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: