Thanks for the reply. My activemq.xml:
<beans xmlns="http://activemq.org/config/1.0"> <broker brokerName="master1" persistent="false" useJmx="false"> <transportConnectors> <transportConnector name="default" uri="tcp://localhost:61616" discoveryUri="multicast://default"/> <transportConnector name="stomp" uri="stomp://localhost:60008"/> </transportConnectors> <networkConnectors> <!-- by default just auto discover the other brokers --> <networkConnector name="default" uri="multicast://default"/> </networkConnectors> </broker> </beans> -- View this message in context: http://www.nabble.com/Out-of-Memory---RC2-t1393354.html#a3899994 Sent from the ActiveMQ - User forum at Nabble.com.
