From users-return-19021-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Tue May 12 05:34:31 2009 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 66327 invoked from network); 12 May 2009 05:34:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 May 2009 05:34:28 -0000 Received: (qmail 48973 invoked by uid 500); 12 May 2009 05:34:28 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 48909 invoked by uid 500); 12 May 2009 05:34:27 -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 48864 invoked by uid 99); 12 May 2009 05:34:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 05:34:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [81.169.137.254] (HELO h57067.serverkompetenz.net) (81.169.137.254) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 05:34:16 +0000 Received: from h57067.serverkompetenz.net (unknown [127.0.0.1]) by h57067.serverkompetenz.net (Postfix) with ESMTP id A0ADB802A4 for ; Tue, 12 May 2009 05:33:54 +0000 (UTC) Received: from [192.168.178.30] (unknown [88.133.34.127]) by h57067.serverkompetenz.net (Postfix) with ESMTP for ; Tue, 12 May 2009 05:33:54 +0000 (UTC) Message-Id: <9D4E4D04-AA77-4854-A9F5-937B0C80F0B5@soa-knowledge.net> From: Andreas Gies To: users@activemq.apache.org In-Reply-To: <23489802.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: How to connect to my running broker Date: Tue, 12 May 2009 07:33:53 +0200 References: <23489802.post@talk.nabble.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi there, there is no difference having an embedded broker. In your spring configuration you need to enable JMX and then you can connect using the JMX API. For more information refer to this page: http://activemq.apache.org/jmx.html Best regards Andreas On May 11, 2009, at 9:23 PM, moacsjr wrote: > > Hi, I have an embeded broker running with my app using spring. > Now I whant to connect on this active broker from my app to get some > informations. > > How to do this? > -- > View this message in context: http://www.nabble.com/How-to-connect-to-my-running-broker-tp23489802p23489802.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >