After setting the property useJmx from "true" to "false", the issue I was having disappeared. Here's the change:
FROM: <broker brokerName="master1" persistent="true" useJmx="true"> TO: <broker brokerName="master1" persistent="true" useJmx="false"> I guess for now, I will set the useJmx property to "false" and continue my test. Thanks. -- View this message in context: http://www.nabble.com/Out-of-Memory---RC2-t1393354.html#a3805672 Sent from the ActiveMQ - User forum at Nabble.com.
