Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 38165 invoked from network); 17 Oct 2007 12:14:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 12:14:21 -0000 Received: (qmail 63029 invoked by uid 500); 17 Oct 2007 12:14:08 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 63000 invoked by uid 500); 17 Oct 2007 12:14:08 -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 62990 invoked by uid 99); 17 Oct 2007 12:14:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 05:14:08 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG 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, 17 Oct 2007 12:14:09 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ii7mX-0000gG-6y for users@activemq.apache.org; Wed, 17 Oct 2007 05:13:49 -0700 Message-ID: <13252442.post@talk.nabble.com> Date: Wed, 17 Oct 2007 05:13:49 -0700 (PDT) From: j0llyr0g3r To: users@activemq.apache.org Subject: jmx remote not working MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: timo.roessner@wincor-nixdorf.com X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, i have a strange problem here: When i start a broker on localhost i can connect to it via jconsole. But if i try the same with a remote broker, i get the error: The connection to myhost:2099 did not succeed. The remote broker is up and running and i can send and receive messages from it. A telnet myhost 2099 or a netstat -tulpen | grep 2099 on the remote host shows me that activemq listens to that port. I also enabled jmx in the broker via: and What am i doing wrong here? P.S. I use the latest Version 5 of amq. -- View this message in context: http://www.nabble.com/jmx-remote-not-working-tf4640173s2354.html#a13252442 Sent from the ActiveMQ - User mailing list archive at Nabble.com.