Hi, I have some problem to do it like this: I have two jms servers. producer A connect to jms1, consumer B connect jms1 to listen topic1, consumer C connect to jms2 topic2.
Then producer start a session and two topics in different queues. However, consumer C could not receive topic2 from jms2. It has to connect to jms1 to receive them. I already config two jms servers like this: <networkConnector name="jms1" uri="static://(tcp://172.16.1.x1:61616,tcp://172.16.1.x2:61616)" failover="true"> <networkConnector name="jms2" uri="static://(tcp://172.16.1.x1:61616,tcp://172.16.1.x2:61616)" failover="true"/> the ip address 172.16.1.x1 is the first jms ip address and 172.16.1.x2 is the second one. -- View this message in context: http://www.nabble.com/replicate-messages-tf3022632.html#a8395914 Sent from the ActiveMQ - User mailing list archive at Nabble.com.