Re: Failover problem

2010-09-14 Thread activeMqUser
Hi Johan, i have not changed any thing in the configuration for data storage.So by default it might be taking Memory for storing any data. I simply used the failover in config file as follows? Is there any thing else i should do or take care for failover? -- View this message in cont

Re: Failover problem

2010-09-14 Thread activeMqUser
Hi Johan, i have set up the clients for fail over as i mentioned in the previous posts even though i am not sure if i have done it correctly as i am very much a new user of ActiveMQ. I have posted the network configuration info and some log info also which shows the Main Broker is successfully co

Re: Failover problem

2010-09-14 Thread activeMqUser
Yes it failed means, i am facing the above problem and the fail over is not happening it seems. I have 3 Brokers running in 3 different port. On failure of one broker(main broker) My Consumer which was initially connected to Main Broker is not able to switch to other Brokers. It is still keep on l

Re: Failover problem

2010-09-14 Thread activeMqUser
Hello, Can i get any help regarding this fail over problem? Its very urgent for me. Plz dont mind. Thanks Manoranjan -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2539929.html Sent from the ActiveMQ - User mailing list archive at Nabble.com

Re: Failover problem

2010-09-13 Thread activeMqUser
Hi Dejan, thanks again for ur quick reply. the url is : INFO: Connecting to URL : tcp://localhost:5009 with "root" as username and password. Its always the same tcp://localhost:5009 and on failure it is also trying to connect to the same address but unable to connect as the Broker is shut down.

Re: Failover problem

2010-09-13 Thread activeMqUser
Hi Dejan, Thanks for your quick reply. Connection url i didnt get it properly, but i am opening the JMS connection as following. public static Connection openJMSConnection() { isActiveMQRunning = false; ActiveMQConnectionFactory connectionFactory = null;

Failover problem

2010-09-13 Thread activeMqUser
Hello, i am facing a problem while implementing FailOver in activeMQ. I have 3 Brokers. Where i have made one Network by enabling and other two are stand alone. My Network broker is running on 5009 port. I started all the Brokers one by one(first 5001 then 5002 and then 5009). So as

MessageProducer is failing to produce message to queue

2010-09-06 Thread activeMqUser
Hello, i am facing a problem in activeMQ. I am using ActiveMQ 5.2. I have 6 different queues where messages are keep on coming very frequently(100 msg per second). My Consumers are always active and consuming messages continuously without any error. But some time some Producers stops sending mess