mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-11 20:45:35 +00:00
The ServerSessionPacketHandler has a close() callback handler which will delete any pending large messages. However, there is a race where a large message can be routed, then the close delete the associated large message resulting in data loss.