The static:failover: transport pair only works for networkConnectors when you specify the maxReconnectAttempts=0 option on the failover transport. This is not needed for client connections, only for broker-to-broker networkConnectors. Or you could just use the masterslave: transport, which is syntactic sugar for static:failover: with maxReconnectAttempts=0.
More details are in the links I quoted in http://activemq.2283324.n4.nabble.com/Static-network-connectors-and-maxReconnectAttempts-td4685835.html, if you're interested. We really should log a warning when someone does this, so I've submitted AMQ-6399 <https://issues.apache.org/jira/browse/AMQ-6399> to propose that we do that. Tim On Wed, Aug 17, 2016 at 3:05 PM, mtod <m...@thetods.net> wrote: > Additional info I left out. > > This is running ActiveMQ 5.14 in a SQL lock / Kahadb configuration on > Windows 2012 core servers. > > > > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Network-of-brokers-setup-error-tp4715603p4715604.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >