Description
This bug is in ActiveMQ, but creating a ticket to get it resolved as the leak is apparent when using Spring DMLC with CACHE_SESSION, which Camel by default does when doing request/reply over JMS with fixed replyTo queues.
Then the consumer is not cached, and therefore created on each poll, but the ActiveMQSessionPool keeps growing in its internal list of created consumers, as the session is cached.
Most likely a patch is needed to fix this in the AMQ side
Attachments
Issue Links
- depends upon
-
AMQ-3588 PooledSession - Can cause memory leak in case many consumers is created by the session
- Resolved