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 C47D34CFA for ; Fri, 1 Jul 2011 12:11:10 +0000 (UTC) Received: (qmail 83410 invoked by uid 500); 1 Jul 2011 12:11:10 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 83344 invoked by uid 500); 1 Jul 2011 12:11:09 -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 83336 invoked by uid 99); 1 Jul 2011 12:11:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2011 12:11:09 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cmoulliard@gmail.com designates 74.125.83.173 as permitted sender) Received: from [74.125.83.173] (HELO mail-pv0-f173.google.com) (74.125.83.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2011 12:11:03 +0000 Received: by pvg3 with SMTP id 3so3119800pvg.32 for ; Fri, 01 Jul 2011 05:10:41 -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:content-transfer-encoding; bh=m3tEgs0tKcVe5lWNAcTVip/2lGw8+lvqEhU18Gie18Q=; b=wuj3z+TVRU2X6yNwyJssO3xaQYuCGmP6UqH+9PUVr9mDYmuzevus9WXa9LIrVC+U8R QCHUxGXNwLhMfVqAu0fIVqii5dCbmxip8QKyrG2veLgM07uciKlPHNTgx/Ub4UIxxfU3 CDNiGo5xeCiDHVobiOHAd0IATlTjhuGG1t5qw= MIME-Version: 1.0 Received: by 10.143.164.21 with SMTP id r21mr1379358wfo.243.1309522241550; Fri, 01 Jul 2011 05:10:41 -0700 (PDT) Received: by 10.142.114.2 with HTTP; Fri, 1 Jul 2011 05:10:41 -0700 (PDT) In-Reply-To: <1309520628684-4541857.post@n5.nabble.com> References: <06139A918ACCA041BF46A0F36940C7FA04871B0D@exch-mbx2.msk.trd.ru> <1309520628684-4541857.post@n5.nabble.com> Date: Fri, 1 Jul 2011 14:10:41 +0200 Message-ID: Subject: Re: Is it possible to propagate an exception to the parent route? From: Charles Moulliard To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, If you use an ActiveMQ/JMS endpoint (http://camel.apache.org/jms.html) with exchange of type InOut =3D request/reply, then the exception can be transfered back if you set the property transferException=3Dtrue Regards, Charles Moulliard Apache Committer Blog : http://cmoulliard.blogspot.com Twitter : http://twitter.com/cmoulliard Linkedin : http://www.linkedin.com/in/charlesmoulliard Skype: cmoulliard On Fri, Jul 1, 2011 at 1:43 PM, Andr=E8 wrote: > this case ? > what if the connection between the child and parent is > > an activemq topic ? > an active queue ? > > -- > View this message in context: http://camel.465427.n5.nabble.com/Is-it-pos= sible-to-propagate-an-exception-to-the-parent-route-tp4541827p4541857.html > Sent from the Camel - Users mailing list archive at Nabble.com. >