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

Camel-RabbitMQ: Allow passive queue declaration

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.20.0
    • camel-rabbitmq
    • None
    • Novice

    Description

      Could you introduce passive queues; I.e. create the endpoint parameter "passive", and if that's set the queue is declared with

      channel.queueDeclarePassive("queue_name")

      All other parameters like durable, exclusive, autodelete, queueArges can be ignored in this case - since the assumption is that the queue is already available on the server.

      Some RabbitMQ instances do not allow "active" declaration and therefore the camel-component cannot be used.

      Attachments

        Issue Links

          Activity

            People

              acosentino Andrea Cosentino
              chris889 C S
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: