Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 76917 invoked from network); 25 Feb 2011 15:21:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 15:21:05 -0000 Received: (qmail 68862 invoked by uid 500); 25 Feb 2011 15:21:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 68761 invoked by uid 500); 25 Feb 2011 15:21:03 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 68572 invoked by uid 99); 25 Feb 2011 15:21:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 15:21:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 15:21:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3A50B1B7654 for ; Fri, 25 Feb 2011 15:20:40 +0000 (UTC) Date: Fri, 25 Feb 2011 15:20:40 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: <355704478.16216.1298647240225.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (AMQ-3192) Add setTrustStore() and setKeyStore() methods to ActiveMQSslConnectionFactory class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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