Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 85467 invoked from network); 11 Dec 2008 04:18:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2008 04:18:26 -0000 Received: (qmail 48567 invoked by uid 500); 11 Dec 2008 04:18:39 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 48550 invoked by uid 500); 11 Dec 2008 04:18:38 -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 48539 invoked by uid 99); 11 Dec 2008 04:18:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 20:18:38 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 11 Dec 2008 04:18:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6862E234C361 for ; Wed, 10 Dec 2008 20:18:05 -0800 (PST) Message-ID: <647377655.1228969085411.JavaMail.jira@brutus> Date: Wed, 10 Dec 2008 20:18:05 -0800 (PST) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1181) Add test case and document to this new feature In-Reply-To: <1730810781.1228968485467.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-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48052#action_48052 ] Willem Jiang commented on CAMEL-1181: ------------------------------------- Here is DSL code example {code} from("direct:inOnly").inOut().to("mock:result"); from("direct:inOut").setExchangePattern(ExchangePattern.InOnly).to("mock:result"); from("direct:inOut1").to("mock:result", ExchangePattern.RobustInOnly); from("direct:inOut2").inOnly("mock:result"); {code} Here is the Spring configuration {code} {code} > Add test case and document to this new feature > ---------------------------------------------- > > Key: CAMEL-1181 > URL: https://issues.apache.org/activemq/browse/CAMEL-1181 > Project: Apache Camel > Issue Type: Sub-task > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.0.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.