messages don't go to all consumers if producer connects and sends messages to 
non-local(not localhost) broker in network
   
  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?


       
---------------------------------
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.

Reply via email to