Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 76889 invoked from network); 7 Apr 2010 00:54:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Apr 2010 00:54:28 -0000 Received: (qmail 4704 invoked by uid 500); 7 Apr 2010 00:54:28 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 4677 invoked by uid 500); 7 Apr 2010 00:54:28 -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 4667 invoked by uid 99); 7 Apr 2010 00:54:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 00:54:28 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of willem.jiang@gmail.com designates 209.85.221.193 as permitted sender) Received: from [209.85.221.193] (HELO mail-qy0-f193.google.com) (209.85.221.193) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 00:54:19 +0000 Received: by qyk31 with SMTP id 31so913205qyk.20 for ; Tue, 06 Apr 2010 17:53:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=5y9GlcUtVWmkPa8oFQqZwUbma1Cta9FsyCh0JkZKQM8=; b=Ia1Y58Izs/sTrmeUnCB4c7G4nSqN3kvpmkcM55h54UoR11mcBN1jZIGtfqXAqYpYlP dOVrYjuK9pRvyPIdUHDmgCEhfhsQxOH1mPk8zMOJ/bQ1rbwoJDvl++c7KiVasLYTy424 eVhH0vHJt1Uc+6rrKZjlCPgRJmsGyW9HW8bEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=BulSFg7Ty9sM+AxAOdeN9zySPrOrlETYhTC8XQqzZKvJe9KSZrs7e1ycxyagfBG0DA O4YSBVrowavwcdxp4nEqdZhq1N1VbgS/LTagYLax2zcj0NXtmnGXqaFQsNqWn2FCT/aJ CqJJP4+YTqArI/KW/kzc7+euBIngEaVqOtyko= Received: by 10.229.213.208 with SMTP id gx16mr12823538qcb.35.1270601638132; Tue, 06 Apr 2010 17:53:58 -0700 (PDT) Received: from [192.168.0.158] ([125.34.10.65]) by mx.google.com with ESMTPS id x34sm7233012qce.21.2010.04.06.17.53.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Apr 2010 17:53:56 -0700 (PDT) Message-ID: <4BBBD7A0.9020201@gmail.com> Date: Wed, 07 Apr 2010 08:53:52 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: users@camel.apache.org Subject: Re: console for Fuse ESB References: <28149718.post@talk.nabble.com> In-Reply-To: <28149718.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, You are facing the issue which relates to Fuse ESB or Apache ServiceMix. I don't think Camel can help you to intercept the exchange message unless you are using JBI endpoint to route the message within Camel. Willem rguigsaad wrote: > Hi Everyone, > I'am working on a console for Fuse ESB, could you please tell me what is the > best way to intercept feeds and process them? I want to be able to get the > exhange message and also get information about averages and rates without > intefering with the feeds program. > Thank you!