Add setTrustStore() and setKeyStore() methods to ActiveMQSslConnectionFactory
class
-----------------------------------------------------------------------------------
Key: AMQ-3191
URL: https://issues.apache.org/jira/browse/AMQ-3191
Project: ActiveMQ
Issue Type: Improvement
Components: JMS client
Affects Versions: 5.4.2
Reporter: Gary Tully
Assignee: Gary Tully
Priority: Minor
Fix For: 5.5.0
Currently, it is somewhat awkward to use the ActiveMQSslConnectionFactory
class, because the only way to set the trust store and the key store is to
manipulate KeyManager and TrustManager classes directly. It would be much
simpler, if you could simply specify the location of keystore files for the
trust store and the key store. E.g. if you added methods like:
{code}setTrustStore(String)
setTrustStorePassword(String)
setKeyStore(String)
setKeyStorePassword(String){code}
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira