Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-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 CAF6371EF for ; Fri, 14 Oct 2011 17:56:41 +0000 (UTC) Received: (qmail 46528 invoked by uid 500); 14 Oct 2011 17:56:41 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 46498 invoked by uid 500); 14 Oct 2011 17:56:41 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 46490 invoked by uid 99); 14 Oct 2011 17:56:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 17:56:41 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lbvenkatesh@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 17:56:37 +0000 Received: by qabg14 with SMTP id g14so1413209qab.2 for ; Fri, 14 Oct 2011 10:56:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7NWbsv4+DE0HoQDf6Q6SHgJ6g27mD09awKW0b6nevFU=; b=Tz/hIMOkluE0IMP5QXJRbMaoUTDoqMiQubkzCleVpkFgv0Yz7w2QkUA993O6RsxJaQ PV3H5yAltBnPscQTznk8uZ9eXtzJRn9UmiTQorM3ibcadOxuI7Jhj/22NF6ErvWEjcFw 1jkiAQlgn0TxmUilpjqjABIJsUEr6/BmCJZY8= MIME-Version: 1.0 Received: by 10.229.50.201 with SMTP id a9mr2079076qcg.91.1318614976127; Fri, 14 Oct 2011 10:56:16 -0700 (PDT) Received: by 10.229.235.76 with HTTP; Fri, 14 Oct 2011 10:56:16 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Oct 2011 23:26:16 +0530 Message-ID: Subject: Re: Redelivery not happening at the point of failure From: Venkatesh Laguduva To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=0016364173073f639b04af45f954 --0016364173073f639b04af45f954 Content-Type: text/plain; charset=ISO-8859-1 Thanks Claus, we are kind of divided our route - one as transacted and another one as not transacted - so that we be in line with activemq redelivery mechanism. Btw, Camel redelivery mechanism seems beneficial as it re-starts at the point of failure, why not activemq go that way? Thanks & Regards Venkatesh Laguduva On Fri, Oct 14, 2011 at 12:42 PM, Claus Ibsen wrote: > You have two different systems capable of doing redeliveries > - ActiveMQ > - Camel > > ActiveMQ will redeliver from the beginning of the route again > Camel will redeliver at the point of the error > > ActiveMQ can only redeliver JMS messages (or the other formats it supports) > Camel can redeliver any kind of message. > > So when using ActiveMQ and transacted, then its recommended to not use > Camel redelivery at the same time. > > > > On Tue, Oct 11, 2011 at 5:45 PM, Venkatesh Laguduva > wrote: > > Well Torsten, we use Camel and redelivery always happen at the point of > > failure. > > > > Thanks & Regards > > Venkatesh Laguduva > > > > On Tue, Oct 11, 2011 at 8:49 PM, Torsten Mielke >wrote: > > > >> > >> On Oct 11, 2011, at 2:10 PM, Venkatesh Laguduva wrote: > >> > >> > this time, message was tried from the start of the route instead of > >> trying > >> > from the point of failure > >> > >> Not sure I fully understand you but every message that is retried will > be > >> sent through the entire Camel route again. > >> > >> > >> > >> Torsten Mielke > >> torsten@fusesource.com > >> tmielke@blogspot.com > >> > >> > >> > >> > > > > > > -- > Claus Ibsen > ----------------- > FuseSource > Email: cibsen@fusesource.com > Web: http://fusesource.com > Twitter: davsclaus, fusenews > Blog: http://davsclaus.blogspot.com/ > Author of Camel in Action: http://www.manning.com/ibsen/ > --0016364173073f639b04af45f954--