Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64DD9C821 for ; Fri, 11 May 2012 04:27:46 +0000 (UTC) Received: (qmail 81668 invoked by uid 500); 11 May 2012 04:27:45 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 81569 invoked by uid 500); 11 May 2012 04:27:43 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 81523 invoked by uid 99); 11 May 2012 04:27:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 04:27:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 04:27:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D750E23888EA for ; Fri, 11 May 2012 04:27:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r817185 - in /websites/production/camel/content: cache/main.pageCache using-getin-or-getout-methods-on-exchange.html Date: Fri, 11 May 2012 04:27:18 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120511042718.D750E23888EA@eris.apache.org> Author: buildbot Date: Fri May 11 04:27:18 2012 New Revision: 817185 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html ============================================================================== --- websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html (original) +++ websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html Fri May 11 04:27:18 2012 @@ -153,7 +153,7 @@ What you can do instead is to change the
Consider using getIn
As shown above you most often need to alter the existing IN message, than creating a totally new OUT message.
And therefore it's often easier just to adjust the IN message directly.
-

Changing the IN message directly is possible in Camel as it don't mind. Camel will detect that the Exchange has no OUT message
+

Changing the IN message directly is possible in Camel as it doesn't mind. Camel will detect that the Exchange has no OUT message
and therefore use the IN message instead.

About Message Exchange Pattern and getOut