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 accomplish this by defining the following config entry:
<networkConnector name="environment-amq-broker-public-1" duplex="true" uri="static:(failover://(ssl://BROKER_MASTER_IP_HERE:61617,ssl://BROKER_SLAVE_IP_HERE:61617)?randomize=false&timeout=15000)" Is this functionality supported within ActiveMQ 5.9.0? Or does anyone spot any glaring issues with the config above? Best regards, -David Laube