Can't help you here, but I couldn't help notice you're using duplex in
combination with networkTTL. Just a word of warning that in AMQ 5.0, setting
duplex in combination with networkTTL will break networkTTL. See the
following.

https://issues.apache.org/activemq/browse/AMQ-1521

And refer to this thread.

http://www.nabble.com/NetworkTTL-and-Duplex-Problem-to14428941s2354.html

Joe


h3qvw wrote:
> 
> 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-tp14597274s2354p14609469.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to