Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 81153 invoked from network); 14 May 2008 15:38:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2008 15:38:09 -0000 Received: (qmail 88720 invoked by uid 500); 14 May 2008 15:38:09 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 88679 invoked by uid 500); 14 May 2008 15:38:09 -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 88640 invoked by uid 99); 14 May 2008 15:38:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 08:38:09 -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 15:37:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4EB3C234C115 for ; Wed, 14 May 2008 08:37:46 -0700 (PDT) Message-ID: <926239566.1210779466321.JavaMail.jira@brutus> Date: Wed, 14 May 2008 08:37:46 -0700 (PDT) From: "Hiram Chirino (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (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:all-tabpanel ] Hiram Chirino resolved AMQ-1724. -------------------------------- Fix Version/s: 5.2.0 Resolution: Fixed Implemented the feature with a more concise xml notation and also avoided using static singleton to hold the ssl configuration. This allows you to configure each broker with a different ssl keystore even if there are multiple brokers in 1 JVM. example: {code} {code} > 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.