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

Messages sent with snapshot won't be read from 1.x consumers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0
    • 2.5.0
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              clebertsuconic Clebert Suconic
              clebertsuconic Clebert Suconic
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: