hi all, i am able to connect one of my client to activemq using ssl. in client program i am mentioning following for key and trust settings.
systemProps.put("javax.net.ssl.trustStore","C:/test-deploy/client.ts"); systemProps.put("javax.net.ssl.keyStore","C:/test-deploy/client.ks"); systemProps.put("javax.net.ssl.keyStorePassword","abcxyz"); actually i dont want to do settings like this. is there any option to set client.ts and client.ks settings in some where or any other way. in broker side for broker.ts and broker.ks i am settings SSL_OPTS . can you please suggest ant other to set the things in client side. thank you in advance. -- View this message in context: http://old.nabble.com/actviemq-client-trustStore-settings-tp28472880p28472880.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.