Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F5437158 for ; Wed, 14 Sep 2011 17:49:05 +0000 (UTC) Received: (qmail 30490 invoked by uid 500); 14 Sep 2011 17:49:04 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 30450 invoked by uid 500); 14 Sep 2011 17:49:04 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 30439 invoked by uid 99); 14 Sep 2011 17:49:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 17:49:04 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 17:48:59 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R3tZe-00052m-BH for users@camel.apache.org; Wed, 14 Sep 2011 10:48:38 -0700 Date: Wed, 14 Sep 2011 10:48:38 -0700 (PDT) From: boday To: users@camel.apache.org Message-ID: <1316022518341-4803732.post@n5.nabble.com> In-Reply-To: <1bee9937-f9d8-4e4a-bc89-1ec9490eed13@spooler2-g27.priv.proxad.net> References: <1bee9937-f9d8-4e4a-bc89-1ec9490eed13@spooler2-g27.priv.proxad.net> Subject: Re: how to monitor a route MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org you can embed the camel-web console in your app for some basic stats or roll your own route monitoring with JMX. To monitor messages traffic, try adding explicit logging or a wiretap to JMS/file/stream, etc. here are my (slightly dated) notes on this... http://www.consulting-notes.com/2011/01/apache-camel-monitoring.html atouret.nospam wrote: > > Hello, > I'm building a webservice proxy. The route is easy to understand : > > > address="http://localhost:8080/ws-proxy/webservices/proxy" > endpointName="s:WSProxyEndpointPort" > serviceName="s:WSProxyEndpointService" > wsdlURL="/wsdl/ws-proxy.wsdl" > xmlns:s="http://wsproxy.touret.info"/> > > > > > > > > > > > > > I'm trying to figure out what's the best way to monitor that kind of > route. > I would like to monitor these elements : > Time elapsed fo each component > make a filter and correlate against a data with an xpath expression > Errors ( how many, when, ...) > > Then I would like to browse data by a webapp ( camel webconsole ?) > > I spotted on the bam module but I saw only how to monitor an endpoint and > not a route. That kind of module is pretty good for me because I can > access on a database with a webapp . I saw also on the Camel in Action > book an AuditService class which is launched by a wiretrap pattern but I > van't monitor all the route. > > Anyway, I need some advice .... > What's the best way to make that kind of monitor ? > > Thanks in advance for your help > > Regards > > Alexandre > ----- Ben O'Day IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/how-to-monitor-a-route-tp4799208p4803732.html Sent from the Camel - Users mailing list archive at Nabble.com.