You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2016/05/24 15:51:12 UTC

[jira] [Resolved] (ARTEMIS-411) The persistent header is removed from STOMP messages

     [ https://issues.apache.org/jira/browse/ARTEMIS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-411.
------------------------------------
       Resolution: Fixed
         Assignee: Justin Bertram
    Fix Version/s: 1.3.0

This appears to have been fixed way back on Jan 27 via https://github.com/apache/activemq-artemis/commit/51f125387bbcb4b6b68276450c0e87385b17298f.

> 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
>            Assignee: Justin Bertram
>             Fix For: 1.3.0
>
>
> 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)