[ 
https://issues.apache.org/jira/browse/AMQ-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Tully resolved AMQ-3192.
-----------------------------

    Resolution: Fixed

fixed in http://svn.apache.org/viewvc?rev=1074577&view=rev

> Add setTrustStore() and setKeyStore() methods to ActiveMQSslConnectionFactory 
> class
> -----------------------------------------------------------------------------------
>
>                 Key: AMQ-3192
>                 URL: https://issues.apache.org/jira/browse/AMQ-3192
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMS client
>    Affects Versions: 5.4.2
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Minor
>              Labels: ssl
>             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

        

Reply via email to