You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2017/12/21 18:36:04 UTC

[jira] [Closed] (ARTEMIS-1546) Messages sent with snapshot won't be read from 1.x consumers

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

clebert suconic closed ARTEMIS-1546.
------------------------------------
    Resolution: Fixed

> Messages sent with snapshot won't be read from 1.x consumers
> ------------------------------------------------------------
>
>                 Key: ARTEMIS-1546
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1546
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>             Fix For: 2.5.0
>
>
> Sending JMS message with core master, receiving with 1.4 will cause issues.
> Any other combination is fine!
> The issue is that 1.x had an extra integer at the end of the body with the size of the body.
> Basically there is on at the beginning  and one at the end of the body
> {size} ... bytes... {size + Initial Head}
> that integer was lost during the AMQP / Core refactoring... 
> The fix here is to recast the message with the integer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)