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

Incorrect STOMP destination header

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.6.0
    • STOMP
    • None

    Description

      In the most recent snapshot (2.6.0-20180427.020303-62) the STOMP destination header is now modified by Artemis.

      I'm using anycastPrefix=/queue/ and multicastPrefix=/topic/ to match ActiveMQ 5's STOMP behavior.

      When sending a message to /topic/foo, the sent STOMP frame contains destination:/topic/foo in its header, as expected.

      However, the received STOMP frame now contains destination:foo in its header. It was destination:/topic/foo in previous Artemis versions.

      IMHO, the STOMP destination header should be left untouched. anycastPrefix and multicastPrefix should only be used to guess the destination type and not to change the destination string itself.

      Attachments

        Issue Links

          Activity

            People

              jbertram Justin Bertram
              lionel.cons Lionel Cons
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: