Lionel Cons created ARTEMIS-411:
-----------------------------------

             Summary: The persistent header is removed from STOMP messages
                 Key: ARTEMIS-411
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-411
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Stomp
            Reporter: Lionel Cons


When sending and receiving a message using STOMP, the header should be 
preserved.

In my tests, when a header named {{persistent}} is present in the message sent 
from a producer to Artemis, it is not present anymore when sent from Artemis to 
a consumer.

Here is the frame sent to Artemis (header only):
{code}
SEND
destination:jms.topic.test.mbtf.GWAEKJqw
x-uuid:9150e58-56c6cf60-6219-f4f8-1
persistent:true
type:some text
content-length:3
{code}

Here is the frame sent from Artemis (header only):
{code}
MESSAGE
subscription:9151588-56c6cf60-6219-1b4c-1
content-length:3
message-id:393921
destination:jms.topic.test.mbtf.GWAEKJqw
expires:0
redelivered:false
priority:1
timestamp:1455869792911
type:some text
x-uuid:9150e58-56c6cf60-6219-f4f8-1
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to