Re: AW: Connection refused with embeded AMQ in Tomcat

2010-06-01 Thread test4john
That's exactly the cause of the problem! After changing to 0.0.0.0, it works perfectly. Thank you, Andreas! Andreas.Weber wrote: > > Hi, > > when looking at the activemq.xml in the activemq-web-console-5.3.2.war, > you'll see that the openwire transportConnector there is defined as: > >

AW: Connection refused with embeded AMQ in Tomcat

2010-05-30 Thread Andreas.Weber
Hi, when looking at the activemq.xml in the activemq-web-console-5.3.2.war, you'll see that the openwire transportConnector there is defined as: uri="tcp://localhost:61616" In the activemq.xml of the standalone ActiveMQ, we have: uri="tcp://0.0.0.0:61616" I wonder if that cause