Re: Network of brokers setup error

2016-08-19 Thread Tim Bain
Mike, The biggest issue with geographically distributed systems is the latency introduced by the distances between your locations. You'll definitely want to tune your TCP stack, including computing an adequate TCP buffer size for the bandwidth-delay product

Re: Network of brokers setup error

2016-08-18 Thread mtod
Thanks Tim I have it working now with the masterslave option. Question: I'm setting up a masterslave cluster in Germany, China and other US Based locations is there any best practices for distributed clusters? Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/Networ

Re: Network of brokers setup error

2016-08-17 Thread Tim Bain
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 synt

Re: Network of brokers setup error

2016-08-17 Thread mtod
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 lis