Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 58131 invoked from network); 28 Jun 2007 06:51:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2007 06:51:49 -0000 Received: (qmail 48466 invoked by uid 500); 28 Jun 2007 06:51:51 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 48404 invoked by uid 500); 28 Jun 2007 06:51:51 -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 48392 invoked by uid 99); 28 Jun 2007 06:51:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 23:51:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.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, 27 Jun 2007 23:51:46 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1I3nqg-0007Pd-8v for users@activemq.apache.org; Wed, 27 Jun 2007 23:51:26 -0700 Message-ID: <11337953.post@talk.nabble.com> Date: Wed, 27 Jun 2007 23:51:26 -0700 (PDT) From: Lawrence Giam To: users@activemq.apache.org Subject: Setting up JMX MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: itnetworkadmin@globalitcreations.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have installed the followings on my test server which is running Debian Etch R0: 1. Tomcat 6.0.13 2. JDK 1.6u1 3. ActiveMQ 4.1.1 I was trying to set up the JMX to monitor ActiveMQ but I can't seem to get it working. I have followed the instructions given on ActiveMQ site. Below are the configuration of ActiveMQ. /conf/activemq.xml /bin/activemq SUNJMX="-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=4001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS $SUNJMX" I have taken out the SSL so the ActiveMQ startup without SSL options but when I do a "netstat -ln", the jmxremote.port 4001 is not there. Next I tried the followings: /conf/activemq.xml When I tried to start ActiveMQ, I got this error message "WARN ManagementContext - Failed to start jmx connector: javax.naming.OperationNotSupportedException" Next I tried the method that was mentioned in http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html, I am able to use jConsole to connect to my test server but I cannot see the ActiveMQ queue in it. Can someone tell me how to configure the JMX in ActiveMQ? Thanks. -- View this message in context: http://www.nabble.com/Setting-up-JMX-tf3992741s2354.html#a11337953 Sent from the ActiveMQ - User mailing list archive at Nabble.com.