activemq4.1.1
   
  a)
  have 2 brokers which connect to each other fine on server1 and server2. all 
of them have this config
      <transportConnectors>
       <transportConnector name="openwire" uri="tcp://localhost:61616" 
discoveryUri="multicast://default"/>
    </transportConnectors>
  
<networkConnectors>
      <networkConnector uri="multicast://default"
         name="bridge"
         networkTTL="10"
         decreaseNetworkConsumerPriority="false">
      </networkConnector>
    </networkConnectors>
   
  b)on both of these servers I have consumer which connect to brokers locally
          <property name="url" value="tcp://localhost:61616" />
   
  c) I then run producer on server3  which connects to broker on server2 and 
sends messages
   
  d) problem: only consumers on server2 receive messages. why consumers on 
server1 don't get messages even though they are connected to a network of 
brokers?

       
---------------------------------
Got a little couch potato? 
Check out fun summer activities for kids.

Reply via email to