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 12389113F4 for ; Thu, 4 Sep 2014 04:08:22 +0000 (UTC) Received: (qmail 7837 invoked by uid 500); 4 Sep 2014 04:08:19 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 7800 invoked by uid 500); 4 Sep 2014 04:08:19 -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 68211 invoked by uid 99); 3 Sep 2014 19:55:50 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of sandeepreddip@gmail.com does not designate 216.139.236.26 as permitted sender) Date: Wed, 3 Sep 2014 12:55:25 -0700 (PDT) From: sandp To: users@camel.apache.org Message-ID: <1409774125290-5756026.post@n5.nabble.com> In-Reply-To: References: <1409682001891-5755977.post@n5.nabble.com> Subject: Re: Camel 2.13.1 Retry : starting from Parent Route on a sub route failure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ibsen, Sorry, I should have been more specific. My question was more related to a route that *multicasted *the message to other routes. In this case having *.errorHandler(noErrorHandler())* in the sub route(s) had no effect. No redelivery is performed. The flow breaks with org.apache.camel.RuntimeCamelException: java.io.IOException: that resulted from route *from("direct:child1") * As a note, errorHandler(noErrorHandler()) worked fine with direct endpoints *without *multicast -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-13-1-Retry-starting-from-Parent-Route-on-a-sub-route-failure-tp5755977p5756026.html Sent from the Camel - Users mailing list archive at Nabble.com.