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 98EB6189AF for ; Wed, 23 Sep 2015 14:53:01 +0000 (UTC) Received: (qmail 15054 invoked by uid 500); 23 Sep 2015 14:53:01 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 15011 invoked by uid 500); 23 Sep 2015 14:53:01 -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 Delivered-To: moderator for users@camel.apache.org Received: (qmail 37065 invoked by uid 99); 23 Sep 2015 13:59:00 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Date: Wed, 23 Sep 2015 06:58:52 -0700 (MST) From: "calyan.bandi" To: users@camel.apache.org Message-ID: <1443016732322-5771866.post@n5.nabble.com> In-Reply-To: <1441364711664-5771244.post@n5.nabble.com> References: <1441090937849-5771110.post@n5.nabble.com> <1441364711664-5771244.post@n5.nabble.com> Subject: Re: onCompletion / exchange.isFailed() does not 'see' exception. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Hope the below gives a better understanding to the users. There are two properties provided when dealing with exceptions - continued and handled. 1. handled - Again this property can be set with either true/false. TRUE: Do not send it further down the route. No exception sent back to the caller. FALSE: Do not send it further down the route. Exception is sent back to the caller. 2. continued - In the onException clause one can set this property with either true/false. TRUE: Send it further down the route No exception sent back to the caller. FALSE: Do not send it further down the route Exception is sent back to the caller. The property continued is a new addition from V2.x+ as the documentation says. Thanks, Kalyan -- View this message in context: http://camel.465427.n5.nabble.com/onCompletion-exchange-isFailed-does-not-see-exception-tp5771110p5771866.html Sent from the Camel - Users mailing list archive at Nabble.com.