Re: [newbie] can't get brokers on two computers to connect

2011-12-04 Thread Martin C.
Hi, please first ensure your network setup is correct by simply trying to each other's ports via telnet. I think you still have some basic networking issues here. Please also beware that you seem to not create duplex connections, which means that you have to create a connection from both sides.

Re: [newbie] can't get brokers on two computers to connect

2011-12-04 Thread Curtis Bradley
Didn't work. Please keep the suggestions coming! This network (my home) is DHCP. I reserved the IPs and created hostnames on each platform: == Windows (brokerA.xml) = http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.apache.org/schema/core"; xmlns:xsi="htt

Re: [newbie] can't get brokers on two computers to connect

2011-12-04 Thread Claudio Corsi
Have you tried to use the hostname instead of the ip address? > > From: Curtis Bradley >To: users@activemq.apache.org >Sent: Sunday, December 4, 2011 9:52 PM >Subject: Re: [newbie] can't get brokers on two computers to connect > >I did as you suggested.  My Lin

Re: [newbie] can't get brokers on two computers to connect

2011-12-04 Thread Curtis Bradley
I did as you suggested. My Linux transport connector now reads: http://activemq.2283324.n4.nabble.com/newbie-can-t-get-brokers-on-two-computers-to-connect-tp4156142p4159070.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-04 Thread Claudio Corsi
Hi Dysan, I am not a tomcat expert but just looking at the server.xml file.  There is the concept of a listener that you might want to consider as a way to start/stop the activemq broker. Here is a pointer to the javadoc. http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/Lifecycl

When to release AMQ 5.6?

2011-12-04 Thread SuoNayi
Hi all,I have been waiting for the release of AMQ 5.6 for a long time(for more than 3 months) becuase of the issue of stuck message when networks brokers. So could anybody tell me more about the release plan of AMQ 5.6 and it's important for me to arrange my work plan. Thanks very much!

Re: [newbie] can't get brokers on two computers to connect

2011-12-04 Thread Robin Huiser
Hi, Looks like you are just listening on your Linux box to your loopback adapter (localhost): > 2011-12-03 20:29:37,562 | INFO | Listening for connections at: > tcp://localhost.localdomain:61617 | ...which you also did configure: > I'm a CORBA guy entering the AMQ world. I've re