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 E77D911E73 for ; Sat, 11 May 2013 08:27:23 +0000 (UTC) Received: (qmail 35529 invoked by uid 500); 11 May 2013 08:27:23 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 35397 invoked by uid 500); 11 May 2013 08:27:22 -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 35378 invoked by uid 99); 11 May 2013 08:27:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 08:27:22 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.223.177 as permitted sender) Received: from [209.85.223.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 08:27:17 +0000 Received: by mail-ie0-f177.google.com with SMTP id 9so9023382iec.8 for ; Sat, 11 May 2013 01:26:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=cHHVbzllWwAr/mm76eTz0tok/WhY51QMTX1M3ml52L0=; b=UM1IItbqClGlIaP4tGDQd71HwBaf5kUazu2hrFwBAABxReSd9JaFHNjoPWBQoF79BH 1uHnH7nE8zcKQs0c9Ri9HAYVcbZsu7j6sneLEVNfI6srq3RVJErt/+3IW3rj9Xr0yG0e UGWEiON8ImRxe/BBwDzmmFS3FK6158DFk+JyfMtE2UmkNkHWQ0mY3mGf2Lb2/qeBCqAe Qz7eD5bIwTh16aM7YC1mJ5hsylgEwlxnA/B6mMX8TjwnSoui7nVEGxfRSroBneDU+Z1O DLFUYGgecDCnFeIWkw5h40J0Eyg2lAo6C7XV2i/6j93jJGzuzclEs7X5WGdsXXoVw9xu acJA== X-Received: by 10.43.169.202 with SMTP id nn10mr9353079icc.4.1368260816146; Sat, 11 May 2013 01:26:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.25.67 with HTTP; Sat, 11 May 2013 01:26:36 -0700 (PDT) In-Reply-To: <1368017015315-5732178.post@n5.nabble.com> References: <1368017015315-5732178.post@n5.nabble.com> From: Claus Ibsen Date: Sat, 11 May 2013 10:26:36 +0200 Message-ID: Subject: Re: ProducerTemplate with Redelivery Policy To: "users@camel.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Yes you can call a new route using direct, and have that route as transacted as well. Camel error handler with redelivery is only happening in routes. On Wed, May 8, 2013 at 2:43 PM, Darwish wrote: > Hi , > > I have transacted route with TransactionErrorHandler and defined > redelivery policy ,during route processing im calling processor which > communicate with camel component X using producer template , if exception > thrown from that component: > > Is the redelivery policy will be applied on the entire exchange level or > just this call ? > > if i want to apply it on the producer template level only , can i direct > this call to camel Direct point -new route- ? > > > > > > > > > ----- > Othman Darwish > ProgressSoft Corp. > > -- > View this message in context: http://camel.465427.n5.nabble.com/ProducerTemplate-with-Redelivery-Policy-tp5732178.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cibsen@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen