Thanks Dejan, I already removed the network connectors part (that was my guess too). But the problem persist. It does not happen on another linux 64 machine. Still figuring why it happens on this machine.
Thanks much, -Wallace <!-- The transport connectors ActiveMQ will listen to --> <transportConnectors> <transportConnector name="openwire" uri="tcp://localhost:61616" > <transportConnector name="ssl" uri="ssl://localhost:61617"/> <transportConnector name="stomp" uri="stomp://localhost:61613"/> <transportConnector name="xmpp" uri="xmpp://localhost:61222"/> </transportConnectors> <!-- The store and forward broker networks ActiveMQ will listen to --> <!-- <networkConnectors> <networkConnector name="default-nc" uri="multicast://default"/> </networkConnectors> --> Hi Wallace, try disabling multicast (which was set by default in 5.0) and see if it helps. Chee -- View this message in context: http://www.nabble.com/Activemq-5.0.0-working-on-Linux--tp20692769p20708097.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.