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

OpenWire with custom delimiter overwrites periods in queue names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.18.0
    • None
    • OpenWire
    • None

    Description

      We'd like to use a custom delimiter in AMQ7 Broker (so "." can be used in queue names without separating words). The client is using OpenWire protocol. The periods in the queue name are getting converted to the custom delimiter.

      broker.xml:
      <wildcard-addresses>
      <delimiter>/</delimiter>
      </wildcard-addresses>

      The OpenWire client connects (using plain JMS api) to queue "api.test::api.test.queue", which doesn't exist on the broker, so it's auto-created. The actual address and queue created in the broker is "api/test" and "api/test/queue". The same happens if the queue was pre-created, instead of connecting to the existing queue (api.test::api.test.queue), a new queue is created with delimiters (api/test::api/test/queue).

      This only happens with OpenWire, it works fine with AMQP or CORE.
      Tested with AMQ 7.8.2 (Artemis 2.16) and release candidate AMQ 7.9.0.CR6 (Artemis 2.18)

      Attachments

        Activity

          People

            Unassigned Unassigned
            BalazsSzeti Balazs Szeti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: