Hi All,

We disabled JMX and advisories, this seems to fix the memory issue.

In the ActiveMQ.xml file we 

Added these flags useJmx="false"  and advisorySupport="false"

eg:

    <broker xmlns="http://activemq.apache.org/schema/core";
brokerName="localhost" dataDirectory="${activemq.data}" useJmx="false"
advisorySupport="false">

For any clients we added jms.watchTopicAdvisories=false

eg:
loaderBrokerURL=failover\:(tcp\://localhost\:61616)?jms.watchTopicAdvisories=false

Has anyone had to do this or understand why this would help?  Is there a bug
with these components that’s causing a memory leak?




--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to