Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 17545 invoked from network); 25 Aug 2008 22:14:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Aug 2008 22:14:21 -0000 Received: (qmail 14686 invoked by uid 500); 25 Aug 2008 22:14:19 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 14661 invoked by uid 500); 25 Aug 2008 22:14:19 -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 14650 invoked by uid 99); 25 Aug 2008 22:14:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 15:14:19 -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; Mon, 25 Aug 2008 22:13:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A8779234C1B2 for ; Mon, 25 Aug 2008 15:13:52 -0700 (PDT) Message-ID: <1874583581.1219702432613.JavaMail.jira@brutus> Date: Mon, 25 Aug 2008 15:13:52 -0700 (PDT) From: "Bruce Snyder (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-1168) Add a wrapper for the Spring MBeanServerFactoryBean In-Reply-To: <32749881.1172126883877.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-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder reassigned AMQ-1168: --------------------------------- Assignee: Bruce Snyder (was: Jonas Lim) > Add a wrapper for the Spring MBeanServerFactoryBean > ---------------------------------------------------- > > Key: AMQ-1168 > URL: https://issues.apache.org/activemq/browse/AMQ-1168 > Project: ActiveMQ > Issue Type: New Feature > Components: Broker > Reporter: Bruce Snyder > Assignee: Bruce Snyder > Fix For: 5.2.0 > > Attachments: MBeanServerFactoryBean.java > > > Adding support for Spring's [MBeanServerFactoryBean|http://www.springframework.org/docs/api/org/springframework/jmx/support/MBeanServerFactoryBean.html] will allow AMQ to use it's {{locateExistingServerIfPossible}} functionality when it's embedded in other applications instead of emitting the following error: > {panel} > Failed to start jmx connector: Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is java.rmi.AlreadyBoundException: jmxrmi > {panel} > After setting {{useJmx="true"}}, the {{MBeanServerFactoryBean}} class can be configured using the following syntax: > {code:type=xml} > > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.