From dev-return-10691-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed May 14 16:15:07 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 2619 invoked from network); 14 May 2008 16:15:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2008 16:15:07 -0000 Received: (qmail 69254 invoked by uid 500); 14 May 2008 16:15:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 69228 invoked by uid 500); 14 May 2008 16:15:08 -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 69214 invoked by uid 99); 14 May 2008 16:15:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 09:15:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 16:14:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 899BA234C114 for ; Wed, 14 May 2008 09:14:43 -0700 (PDT) Message-ID: <106252734.1210781683562.JavaMail.jira@brutus> Date: Wed, 14 May 2008 09:14:43 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1724) Allow ssl context configuration through spring/xbean In-Reply-To: <1296625218.1210705663512.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42795#action_42795 ] Gary Tully commented on AMQ-1724: --------------------------------- this config is neat, I think there is a problem though. The SslTransportFactory needs to be made available to TransportFactory.lookup so that the runtime can find a socket factory for ssl. On the server/bind side the SslBroker has an addSslConnector to get around this, but there is no such thing on the client side. > Allow ssl context configuration through spring/xbean > ---------------------------------------------------- > > Key: AMQ-1724 > URL: https://issues.apache.org/activemq/browse/AMQ-1724 > Project: ActiveMQ > Issue Type: New Feature > Components: Broker > Affects Versions: 5.1.0 > Reporter: Gary Tully > Fix For: 5.2.0 > > Attachments: AMQ-1724.patch > > > amq ssl works with the javax.net.ssl system properties and can be configured via SslBroker without the system properties as shown in AMQ-1665. It would be better if it was possible to configure via spring or xbean. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.