Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.4.2
Description
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:
setTrustStore(String) setTrustStorePassword(String) setKeyStore(String) setKeyStorePassword(String)