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
- is caused by
-
ARTEMIS-1794 Confusion when auto removing a queue
- Closed
- links to