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 A212D90A2 for ; Fri, 17 Feb 2012 00:50:26 +0000 (UTC) Received: (qmail 26048 invoked by uid 500); 17 Feb 2012 00:50:26 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 26002 invoked by uid 500); 17 Feb 2012 00:50:25 -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 25934 invoked by uid 99); 17 Feb 2012 00:50:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 00:50:25 +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, 17 Feb 2012 00:50:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AEC6B1BB4B3 for ; Fri, 17 Feb 2012 00:50:00 +0000 (UTC) Date: Fri, 17 Feb 2012 00:50:00 +0000 (UTC) From: "Timothy Bish (Commented) (JIRA)" To: dev@activemq.apache.org Message-ID: <1635666319.48995.1329439800717.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2101876383.46896.1329414063813.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AMQ-3724) Dynamic Failover Blocks NetworkConnector & Queue MBean Creation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209935#comment-13209935 ] Timothy Bish commented on AMQ-3724: ----------------------------------- Because the brokers are all running inside the same JVM you need to call setCreateConnector(false) for brokers B and C so that they don't stop the management context and restart it. Otherwise they clobber the names in the MBeanServer. {noformat} getBroker(BROKER_B_NAME).getManagementContext().setCreateConnector(false); {noformat} > Dynamic Failover Blocks NetworkConnector & Queue MBean Creation > --------------------------------------------------------------- > > Key: AMQ-3724 > URL: https://issues.apache.org/jira/browse/AMQ-3724 > Project: ActiveMQ > Issue Type: Bug > Reporter: Scott England-Sullivan > Fix For: 5.6.0 > > Attachments: AMQ-3724.patch, visual-vm-mbean-screenshot.jpg > > > When enabling dynamic failover on the transport connectors some or all brokers in the cluster do not have their NetworkConnector or Queue mBeans enabled. See attached patch. > Thanks, > Scott ES > http://fusesource.com -- 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