I'm using qpid-jms-client-0.11.1 and just wonder if there is a way to include all the keystore & truststore information in connection URL?
Here is a sample of my connection URL: Hashtable<String, String> env = new Hashtable<String, String>(); env.put(Context.INITIAL_CONTEXT_FACTORY, "org.apache.qpid.amqp_1_0.jms.jndi.PropertiesFileInitialContextFactory"); env.put(Context.PROVIDER_URL, "jndi.properties"); InitialContext context = new InitialContext(env); connectionfactory.SBCF = amqps://uname:upassword@hostname:port Can I add keystore & truststore after port as ?keystore=...& truststore= ??? I tried it and it doesn't work. Thanks for helping -- View this message in context: http://qpid.2158936.n2.nabble.com/JMS-can-I-include-ssl-keystore-truststore-in-connectionfactory-string-tp7659151.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org