activemq-artemis/tests/artemis-test-support
Clebert Suconic 6d3dbc4383 ARTEMIS-4233 Large Message Issues After Failed Clients
- interrupted message breaking reference counting
After the server writing to the client is interrupted in AMQP, the reference counting was broken what would require the server restarted
in order to cleanup the files of any interrupted sends.

- Removed consumer during large message delivery damaging large messages
If the consumer failed to deliver messages for any reason, the message on the queue would be duplicated. what would wipe out the body of the message
and other journal errors would happen because of this.

extra debug capabilities added into RefCountMessage as part of ARTEMIS-4206 in order to identify these issues
2023-04-06 07:40:01 -07:00
..
src/main/java/org/apache/activemq ARTEMIS-4233 Large Message Issues After Failed Clients 2023-04-06 07:40:01 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00