Hello,
I'm trying to connect 2 brokers using ssl; I can't use a system property to
specify keystores since they're already being used for different keystores.
I'm using SslBrokerService and addSslConnector to create a broker exposed
externally using my KeyManager+TrustManager, however I'm having trouble
doing the same for a network connector:
DiscoveryNetworkConnector conn = new DiscoveryNetworkConnector();
conn.setUri(new URI("static:(tcp://localhost:61616)"));
conn.setDuplex(true);
conn.setNetworkTTL(6);
broker.addNetworkConnector(conn).start();
Any ideas? Is it possible?
Thanks
--
View this message in context:
http://www.nabble.com/Broker-Network-using-SSL-with-KeyManager%2BTrustManager-tp14597274s2354p14597274.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.