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.
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
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
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.
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
I'm a CORBA guy entering the AMQ world. I've read "Active MQ in action
(©2011 by Manning Publications Co)". I've gone through most of the book and
managed to get most of the examples to work on a single computer. As a
first-shot at computer to computer communicatoin, I've modified the Static
net