Alvin Kwekel created ARTEMIS-3751:
-------------------------------------
Summary: Artemis cuts off large bytes messages with compression
that exceed the minimal large message size
Key: ARTEMIS-3751
URL: https://issues.apache.org/jira/browse/ARTEMIS-3751
Project: ActiveMQ Artemis
Issue Type: Bug
Components: JMS
Affects Versions: 2.20.0, 2.18.0
Reporter: Alvin Kwekel
Attachments: image-2022-03-30-11-59-14-357.png
To reproduce a message must exceed the minimal large message size, but not more
than twice that value, while using JMS bytes message and using large message
compression.
- If messages are smaller than the minimal large message size there is no issue
- If messages are twice as big as the minimal large message size there is no
issue
- If large messages are not compressed there is no issue
- If the message is a text message there is no issue
Tested with both Artemis client version 2.18.0 and 2.20.0 while my Artemis
server is at 2.20.0
I've created a project that reproduces the issues:
[https://github.com/alvinkwekel/artemis-large-message-cutoff]
!image-2022-03-30-11-59-14-357.png!
--
This message was sent by Atlassian Jira
(v8.20.1#820001)