activemq-artemis/tests/leak-tests
Clebert Suconic 8078dd098c ARTEMIS-4171 Messages leaking thorugh AMQP Delivery
there are two leaks here:

* QueueImpl::delivery might create a new iterator if a delivery happens right after a consumer was removed, and that iterator might belog to a consumer that was already closed
             as a result of that, the iterator may leak messages and hold references until a reboot is done. I have seen scenarios where messages would not be dleivered because of this.

* ProtonTransaction holding references: the last transaction might hold messages in the memory longer than expected. In tests I have performed the messages were accumulating in memory. and I cleared it here.
2023-02-28 14:36:32 -05:00
..
src/test/java/org/apache/activemq/artemis/tests/leak ARTEMIS-4171 Messages leaking thorugh AMQP Delivery 2023-02-28 14:36:32 -05:00
pom.xml ARTEMIS-4161 AMQP and OpenWire leaking leaking objects in certain conditions 2023-02-16 12:10:54 -08:00