I setup two brokers on different subnets and tried to connect them using
networkConnector. It did not work. Could someone tell me how to configure
it?
Thanks!
Here are my configurations.
Broker A.
<transportConnectors>
<transportConnector name="openwire" uri="tcp://host1:portnumber"
discoveryUri="multicast://mygroupid"/>
</transportConnectors>
<networkConnectors>
<networkConnector uri="multicast://mygroupid"/>
</networkConnectors>
Broker B.
<transportConnectors>
<transportConnector name="openwire" uri="tcp://host2:portnumber"
discoveryUri="multicast://mygroupid"/>
</transportConnectors>
<networkConnectors>
<networkConnector uri="multicast://mygroupid"/>
</networkConnectors>
Here host1 and host2 are on different subnets.
--
View this message in context:
http://www.nabble.com/How-to-configure-network-brokers-on-different-subnet-tp17873028p17873028.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.