Re: Duplex networkConnector with SSL based failover transport on ActiveMQ 5.9.0.

2014-01-31 Thread dlaube
Looks like the move the masterslave instead of static + removing the failover transport did the trick --thanks! We ended up using the following; http://activemq.2283324.n4.nabble.com/Duplex-networkConnector-with-SSL-based-failover-transport-on-ActiveMQ-5-9-0-tp4677041p4677209.html Sent from the A

Re: Duplex networkConnector with SSL based failover transport on ActiveMQ 5.9.0.

2014-01-30 Thread Gary Tully
correction, masterSlave: in place of static: On 30 January 2014 16:44, Gary Tully wrote: > use static:(masterSlave:) - failover reconnection is not supported > for networkconnectors, the networkconnector needs to die and get > recreated by the 'static' discovery mechanism. > see: > > MasterSl

Re: Duplex networkConnector with SSL based failover transport on ActiveMQ 5.9.0.

2014-01-30 Thread Gary Tully
use static:(masterSlave:) - failover reconnection is not supported for networkconnectors, the networkconnector needs to die and get recreated by the 'static' discovery mechanism. see: MasterSlave Discovery section of http://activemq.apache.org/networks-of-brokers.html On 28 January 2014 22:41

Duplex networkConnector with SSL based failover transport on ActiveMQ 5.9.0.

2014-01-30 Thread David Laube
Hi All, We are attempting to use a duplex networkConnector on a cluster that needs to "talk" to another cluster within the same network. Ideally, we would like to encrypt the traffic between the two clusters, all while maintaining HA by use of the failover transport. We have attempted to accomp