Re: [Spam: 5.0] Broker issue regarding queue

2007-03-15 Thread James Strachan
On 3/14/07, garima015 [EMAIL PROTECTED] wrote: when i am manually shutting down the broker 1 my application is getting connected to second broker but console of first broker is showing exception.It does not have a clean exit WARN DemandForwardingBridge - Caught exception from local

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-15 Thread garima015
I am using activemq 4.1.0 version.In my network of two brokers, When i brings down one broker i am getting INFO FailoverTransport - Transport failed, attempting to automatically reconnect due to: java.io.EOFException on the second broker console. Is this a problem in failover and

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
Thanks for reply.But how the two borkers will have the queues. When connecting to one the queues are getting created on it but when connected to second one on failure there are no queue on that. Does that need to implement master slave broker.Does it require any database or it will use derby by

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread James Strachan
On 3/14/07, garima015 [EMAIL PROTECTED] wrote: Thanks for reply.But how the two borkers will have the queues. When connecting to one the queues are getting created on it but when connected to second one on failure there are no queue on that. Does that need to implement master slave broker.Does

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
I have one more problem related to this I am giving the url as BROKER_IP_ADDRESS=failover:(tcp://172.31.19.209:61616,tcp://172.31.19.210:61616)?randomize=false in my configuration file which is read by my Producer class for activemq connection. I want that it should connect to second broker in

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread James Strachan
On 3/14/07, garima015 [EMAIL PROTECTED] wrote: I have one more problem related to this I am giving the url as BROKER_IP_ADDRESS=failover:(tcp://172.31.19.209:61616,tcp://172.31.19.210:61616)?randomize=false in my configuration file which is read by my Producer class for activemq connection. I

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
when i am manually shutting down the broker 1 my application is getting connected to second broker but console of first broker is showing exception.It does not have a clean exit WARN DemandForwardingBridge - Caught exception from local start java.io.IOException: Transport disposed. Is

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
when i am manually shutting down the broker 1 my application is getting connected to second broker but console of first broker is showing exception.It does not have a clean exit WARN DemandForwardingBridge - Caught exception from local start java.io.IOException: Transport disposed.

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
when i am manually shutting down the broker 1 my application is getting connected to second broker but console of first broker is showing exception.It does not have a clean exit WARN DemandForwardingBridge - Caught exception from local start java.io.IOException: Transport disposed. Is it