You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by cgf198171 <ac...@sz.meetexpo.com> on 2007/08/20 11:04:12 UTC

Network Brokers probleam

hi:
my activemq.xml
<transportConnectors>
     <transportConnector uri="tcp://host2:61616" />
</transportConnectors>

<networkConnectors>
      <networkConnector uri="static:(tcp://host1:61616,tcp://host2:61616)"
failover="true"/>
</networkConnectors>

what can i do when i sent a topic message to tcp://192.168.1.156:61616 ,this
message can receive from host2?
the Network Brokers only use in queue?
-- 
View this message in context: http://www.nabble.com/Network-Brokers-probleam-tf4297571s2354.html#a12232398
Sent from the ActiveMQ - User mailing list archive at Nabble.com.