Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 30807 invoked from network); 14 Dec 2009 10:06:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 10:06:12 -0000 Received: (qmail 4458 invoked by uid 500); 14 Dec 2009 10:06:12 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 4390 invoked by uid 500); 14 Dec 2009 10:06:11 -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 4380 invoked by uid 99); 14 Dec 2009 10:06:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 10:06:11 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.218.211 as permitted sender) Received: from [209.85.218.211] (HELO mail-bw0-f211.google.com) (209.85.218.211) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 10:06:08 +0000 Received: by bwz3 with SMTP id 3so1179626bwz.36 for ; Mon, 14 Dec 2009 02:05:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=i2v+nUR4+DR90ENcCo+92zQJ9V/ImHA+RnWK7CDt+xU=; b=GuTNyqkzXoE9XPy9yyriT3XMutalWd5nj8yqme458s3DuRtvX+n6DG76ubqwpc0KdS c7bs06q45XOhp70MqbrWpPxfgdtR9F1wZKQeq8IbnF2JPf5jBD2ZQFcY4zYSeq6FPSF6 icUQo4mRD5Uw1T0ib1T2wR6gj1ULSo3fJVRjs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=ogGbhzbnWOwpUBgDhTIaOKsqqbSoTyTlB665rk9hQbeK7mZY4Vp81vF5QFBQXepWoK A9ssZYcumbqI8e62/9OJSfnSqKhE3XhFhAU7MGpl8apIRtijMKvHq7oY7DHQIwn1yk9g XN4aT7dPpUuCL3SKuzDfGu763tRhbs9Jl2dT8= MIME-Version: 1.0 Received: by 10.204.29.22 with SMTP id o22mr2671483bkc.78.1260785147152; Mon, 14 Dec 2009 02:05:47 -0800 (PST) In-Reply-To: <5380c69c0912100442m28e65a98oc8b236213b5dab1f@mail.gmail.com> References: <26726340.post@talk.nabble.com> <5380c69c0912100442m28e65a98oc8b236213b5dab1f@mail.gmail.com> From: Claus Ibsen Date: Mon, 14 Dec 2009 11:05:27 +0100 Message-ID: <5380c69c0912140205x4ef6d3fbxe5b81220137d44b8@mail.gmail.com> Subject: Re: recipientList onException redelivery To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 10, 2009 at 1:42 PM, Claus Ibsen wrote: > On Thu, Dec 10, 2009 at 1:19 PM, mcrive wrote: >> >> Hi, >> i am using recipientList with the cool parallelProcessing feature added on >> camel 2.2. >> it works like a charm. >> >> the recipientList contains a csv list of ftp endpoints. I would like to >> retry the delivery in case it fails. >> I've set up an onException with maximumRedeliveries set to 2. >> Problem is in case an error occurs sending the message to 1 ftp endpoint the >> redelivery is performed on all endpoints specified on the csv list; I would >> like to attempt the redelivery only on the failed endpoint is there a way to >> achieve this? >> -- > > Let me look into this later today. Can you create a JIRA ticket and > put a small sample in there? > I have worked on this and committed a fix. Can you test it on your end? > > >> View this message in context: http://old.nabble.com/recipientList-onException-redelivery-tp26726340p26726340.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Author of Camel in Action: http://www.manning.com/ibsen/ > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus