Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 9338 invoked from network); 20 Oct 2008 13:29:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 13:29:46 -0000 Received: (qmail 39427 invoked by uid 500); 20 Oct 2008 13:29:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 39170 invoked by uid 500); 20 Oct 2008 13:29:46 -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 39159 invoked by uid 99); 20 Oct 2008 13:29:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 06:29:46 -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; Mon, 20 Oct 2008 13:28:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Kruos-0001FW-0N for users@activemq.apache.org; Mon, 20 Oct 2008 06:29:14 -0700 Message-ID: <20067498.post@talk.nabble.com> Date: Mon, 20 Oct 2008 06:29:14 -0700 (PDT) From: cmoulliard To: users@activemq.apache.org Subject: ActiveMq - AJAX - JMX & Camel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cmoulliard@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, 1) I would like to know if it is possible to activate JMX with the MessageListenerServlet used by AJAX ? In the web.xml configuration file, the only two parameters that we can configurate are the following : org.apache.activemq.brokerURL tcp://localhost?useJmx=true The URL of the Message Broker to connect to org.apache.activemq.embeddedBroker true Whether we should include an embedded broker or not Remarks : - As you can see, I have added useJmx=true to the brokerURL but the jxm extensions cannot be reached by jconsole. - I have also added a Camelcontext (with JMX activated) with my AJAX/ActiveMq project but inside the jconsole, we only see the Camelcontext but not the broker 2) Can I use ActiveMQ/Ajax in comination with Camel to perform the following : a) AJAX - ActiveMqServlet is used to allow a web browser client to have access to messages published on the bus b) Camel routing is used to publish messages on the bus. ActiveMq Servlet and Camel will use the same bus. Should this one by of type vm://, tcp:// ? KR, Charles Moulliard ----- Enterprise Architect Xpectis 12, route d'Esch L-1470 Luxembourg Phone +352 25 10 70 470 Mobile +352 621 45 36 22 e-mail : cmoulliard@xpectis.com web site : www.xpectis.com www.xpectis.com My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://www.nabble.com/ActiveMq---AJAX---JMX---Camel-tp20067498p20067498.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.