mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 02:59:14 +00:00
e0a7073884
The changes from ARTEMIS-2189 mean that o.a.a.a.c.s.i.ServerSessionImpl#deleteQueue is no longer called from the same ServerSessionImpl instance that created it which means that TempQueueCleanerUpper instances will leak. To resolve the leak the client will only create a new session when necessary instead of every time delete() is invoked.