thanks tim,
I have solved this problem by setting System Property in my project:
System.setProperty("javax.net.ssl.trustStore",System.getProperty("java.home")+"/lib/security/cacerts");
System.setProperty("javax.net.ssl.trustStorePassword","changeit");
but,I don't know how to set Acitvemq JVM arguments.
shenrj
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Javax-net-ssl-SSLHandshakeException-tp4722408p4722480.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.