We are using springframework 2.0.x jms remoting (request/response) and Activemq 4.1.2 which is creating lot of advisory topics, which in turning causing memory after performing 2-3k request/reponse calls. Upon further investigation found that spring jms remoting uses temporary queues for each request/reply call and ActiveMQ is creating many Advisory topics/messages which is causing the memory leak. We tried by disabling the Adivisory messages but this is causing temporary queues to fail.
I am wondering what is the solution for this. How can we disable adivisory messages when using temporary queues? How can we make ActiveMQ cleanup the Advisory messages? Is this issue something related to the configuration of ActiveMQ? We observed similar issue in 5.1.x -- View this message in context: http://www.nabble.com/temp-queues-and-advisory-messages----memory-leaks-tp18577957p18577957.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.