Hi All, I am planning to use failover transport in activemq such that following scenarios are covered: a)When I specify multiple brokers activemq should be able to randomly select one of the brokers so that I can redistribute the load. b)Suppose I specify two brokers using failover transport incase one of the broker is down , the producers should be able to write to the other available broker c)The brokers/producers should not block/hang when using failover transport d)Suppose we are using two brokers say with names A and B , and suppose A goes down then producers would try to connect to B and say now B goes down, I want to minimizie the number of retries the producers do when they cannot connect to a particular broker.
Thanks Anurag -- View this message in context: http://activemq.2283324.n4.nabble.com/Sample-failover-transport-configuration-of-activemq-tp3490707p3490707.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.