Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.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
- is related to
-
ARTEMIS-1561 Auto create won't work with 1.x clients
- Closed
- links to