Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73692950F for ; Mon, 27 Feb 2012 21:10:12 +0000 (UTC) Received: (qmail 98241 invoked by uid 500); 27 Feb 2012 21:10:12 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 98211 invoked by uid 500); 27 Feb 2012 21:10:12 -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 98201 invoked by uid 99); 27 Feb 2012 21:10:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2012 21:10:12 +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; Mon, 27 Feb 2012 21:10:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E91FB33DFC5 for ; Mon, 27 Feb 2012 21:09:48 +0000 (UTC) Date: Mon, 27 Feb 2012 21:09:48 +0000 (UTC) From: "Timothy Bish (Resolved) (JIRA)" To: dev@activemq.apache.org Message-ID: <159672345.24779.1330376988956.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (AMQ-2085) AMQ should not install a JMXConnectorServer for an MBeanServer it does not create MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-2085. ------------------------------- Resolution: Not A Problem The workaround for the JBoss issue is to set findTigerMBeanServer to false. > AMQ should not install a JMXConnectorServer for an MBeanServer it does not create > --------------------------------------------------------------------------------- > > Key: AMQ-2085 > URL: https://issues.apache.org/jira/browse/AMQ-2085 > Project: ActiveMQ > Issue Type: Bug > Components: JMX > Affects Versions: 5.3.0 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 5.3.0 > > > ManagementContext tends to create a JMXConnectorServer whenever findMBeanServer is called. This seems like really wrong behavior -- amq should not be setting up jmx remoting on mbean servers it hasn't created, certainly not as a side effect of something like creating a vm transport connection: > createConnector():365, ManagementContext.java > findMBeanServer():293, ManagementContext.java > getMBeanServer():148, ManagementContext.java > start():77, ManagementContext.java > start():458, BrokerService.java > doCompositeConnect():123, VMTransportFactory.java > doConnect():53, VMTransportFactory.java > doConnect():51, TransportFactory.java > connect():80, TransportFactory.java > createTransport():239, ActiveMQConnectionFactory.java > createActiveMQConnection():254, ActiveMQConnectionFactory.java > createConnection():181, ActiveMQConnectionFactory.java > makeConnection():79, ActiveMQConnectionSupport.java > makeConnection():61, ActiveMQConnectionSupport.java > createManagedConnection():169, ActiveMQManagedConnectionFactory.java -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira