Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 33778 invoked from network); 5 May 2010 14:02:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 14:02:00 -0000 Received: (qmail 64325 invoked by uid 500); 5 May 2010 14:01:59 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 64295 invoked by uid 500); 5 May 2010 14:01:59 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 64287 invoked by uid 99); 5 May 2010 14:01:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 14:01:59 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 14:01:54 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1O9fAL-00059v-V8 for users@activemq.apache.org; Wed, 05 May 2010 07:01:33 -0700 Message-ID: <28461339.post@talk.nabble.com> Date: Wed, 5 May 2010 07:01:33 -0700 (PDT) From: yair To: users@activemq.apache.org Subject: master-slave and JMX MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: yair@sundaysky.com Hi I have a client I wrote that connects to the broker both using JMS and JMX (I need to know how many messages are in a queue, and to create/delete queues online). Now I've tried to start two brokers which use JDBC and SQLServer, in master/slave configuration. This works well with the JMS (using both addresses in the URL in the client), but I am stuck with the JMX... Do I have to implement a class to manage the JMX connection (check who's up and be ready for a master switch if needed)? Thanks Yair -- View this message in context: http://old.nabble.com/master-slave-and-JMX-tp28461339p28461339.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.