Re: How to determine network of Brokers

2011-06-23 Thread jai.mathaiyan
The Test class seems to have a code snippet for my problem. Thanks Gary and Torsten. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-determine-network-of-Brokers-tp3597322p3620484.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

How to determine network of Brokers

2011-06-14 Thread jai.mathaiyan
I have a requirement to determine if a broker is connected to another broker in the network. I am not able to figure this out with the existing api's. Any help is appreciated. Here is little more detail - I have Broker A and Broker B. Broker A has to create a (static://(tcp://...) network connecti

Re: Subscriber throws errors and dies when using multiple openwire JMS client

2011-05-12 Thread jai.mathaiyan
Thanks Gary for the response. I managed to test it with 5.5.0 and the problem did not seem to happen. Earlier I used to get the exception on my second listener instance almost immediately (after about 20 messages). Now I tested with upto 5 listeners and 100 messages. All listeners were healthy and

Subscriber throws errors and dies when using multiple openwire JMS client

2011-05-09 Thread jai.mathaiyan
Hi,  I have been playing around with activemq for some time. Now I am facing a strange issue. I am using 5.3.1 version. I have a broker running and a producer within the same JVM. If I have one JMS client (openwire) , everything works fine. Whenever I launch multiple instances of JMS client (a