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

rabbitmq.EXCHANGE_NAME header used in preference to uri exchange name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.12.0
    • 2.12.3, 2.13.0
    • camel-rabbitmq
    • None
    • Novice

    Description

      RabbitMQProducer.process method uses the existing rabbitmq.EXCHANGE_NAME header in preference to the exchange name that is part of the endpoint uri. This means that when consuming off one exchange and producing onto another, the rabbitmq.EXCHANGE_NAME needs to be explicitally removed, otherwise the messages will not be sent to the exchange name defined in the destinition uri.

      The exchange name is a required part of the endpoint uri.
      http://camel.apache.org/rabbitmq.html, so would it be better to ignore the header completely in the RabbitMQProducer? At least then the messages would go where you were expecting them to.

      Happy to submit a pull request on Github if that helps.

      Attachments

        Activity

          People

            njiang Willem Jiang
            FergusN Fergus Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: