You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2011/02/25 16:20:40 UTC

[jira] Created: (AMQ-3192) Add setTrustStore() and setKeyStore() methods to ActiveMQSslConnectionFactory class

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
             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

        

[jira] Resolved: (AMQ-3192) Add setTrustStore() and setKeyStore() methods to ActiveMQSslConnectionFactory class

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ 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