Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-669

Send/Receive doesn't work if queue and address name aren't the same

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.4.0
    • Broker
    • None

    Description

      Hello,
      I have a broker with following configuration for a queue :

      <queue name="my_queue1">
      <address>my_address1</address>
      <durable>false</durable>
      </queue>

      Using the qpid-send (AMQP C++) I'm not able to send to "my_address1" receiving the error "target address does not exist". I have no error if I send on "my_queue1" but receiver (on the same queue) doesn't receive the message.
      Using queue name the same as address name, it works.

      So, you can't send and receive to/from a queue that has different queue name and address.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ppatierno Paolo Patierno
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: