Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 53577 invoked from network); 26 Jun 2008 19:16:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 19:16:07 -0000 Received: (qmail 36581 invoked by uid 500); 26 Jun 2008 19:16:05 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 36565 invoked by uid 500); 26 Jun 2008 19:16:05 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 36554 invoked by uid 99); 26 Jun 2008 19:16:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 12:16:05 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 19:15:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6289C234C153 for ; Thu, 26 Jun 2008 12:15:00 -0700 (PDT) Message-ID: <248899268.1214507700402.JavaMail.jira@brutus> Date: Thu, 26 Jun 2008 12:15:00 -0700 (PDT) From: "Hadrian Zbarcea (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-481) Interceptors to proceed by default In-Reply-To: <966114723.1209069163462.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-481. ----------------------------------- Fix Version/s: 1.4.0 (was: 1.5.0) Resolution: Fixed > Interceptors to proceed by default > ---------------------------------- > > Key: CAMEL-481 > URL: https://issues.apache.org/activemq/browse/CAMEL-481 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 1.3.0, 1.4.0 > Reporter: Hadrian Zbarcea > Assignee: Hadrian Zbarcea > Fix For: 1.4.0 > > > intercept().to(...) should proceed by default, without and explicit .proceed(). To stop processing after intercept use the following syntax: > intercept(false).to(intercept-endpoint) > View nabble thread: > http://www.nabble.com/interceptors---something-is-terrible-wrong-td16661322s22882.html#a16661322 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.