bsnyder wrote:
> 
> On Feb 13, 2008 3:09 PM, GeekPro <[EMAIL PROTECTED]> wrote:
> 
>> Thanqs for the info..
>> I configured the broker1 networkConnector as shown below
>>
>> <networkConnector  name="x"
>>                             networkTTL = "2"
>>                             uri="broker1,broker2 addresses" />
>>
>>
>> when I am listening to broker1 and broker 2 seperate client. I was able
>> to
>> get the msg from broker1 and from broker2 I am not getting any msg.
> 
> What is the URI you're using for the network connector? You will need
> each broker to define a network connector pointing to one another.
> I've configured this many times myself in many different situations so
> I know it works.
> 
> Bruce
> -- 
> perl -e 'print
> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
> 
> Apache ActiveMQ - http://activemq.org/
> Apache Camel - http://activemq.org/camel/
> Apache ServiceMix - http://servicemix.org/
> Apache Geronimo - http://geronimo.apache.org/
> 
> Blog: http://bruceblog.org/
> 
> 



Here is the uri 

I am using 2 different IP addresses

uri = "static:(tcp://10.0.0.1:61616,tcp://10.0.0.2:62626)"

tcp://10.0.0.1:61616 -- Broker1
tcp://10.0.0.2:62626 --  Broker 2

Also here I have one more question do the transportConnector uri should be
different from the networkConnector uri because I am using the same as
mentioned address for both broker1 and broker2.


Thanks
GI
-- 
View this message in context: 
http://www.nabble.com/Regarding-Store-and-Forward%3A-Network-of-Brokers-tp15464878s2354p15469502.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to