There is an important caveat when using static:failover - the failover feature should only be used to pick one url from the list of candidates, it should not be used to failover the transport. To do this you must use ? maxReconnectAttempts =0
This is important, because only the static discovery mechanism correctly shuts down and restart the network bridge. see https://issues.apache.org/jira/browse/AMQ-3542 To make this simpler, there is a new masterslave: discovery mechanism in 5.6.0 that hides the details of using failover: to pick one of the available brokers. see: https://issues.apache.org/jira/browse/AMQ-3564 Scott has a nice write up here: http://fusebyexample.blogspot.com/2011/11/activemq-network-of-master-slave-broker.html On 2 May 2012 01:57, ceposta <christian.po...@gmail.com> wrote: > I figured it out. The short answer is no. A longer description of how the > network connectors work can be found on my blog where I dumped my notes on > the whole thing: http://www.christianposta.com/blog/?p=242 > > ----- > http://www.christianposta.com > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NetworkConnectors-and-Master-Slave-failvoer-tp4599619p4602109.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://fusesource.com http://blog.garytully.com