Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 4628 invoked from network); 9 Dec 2008 16:56:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2008 16:56:30 -0000 Received: (qmail 28530 invoked by uid 500); 9 Dec 2008 16:56:42 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 28509 invoked by uid 500); 9 Dec 2008 16:56:42 -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 28498 invoked by uid 99); 9 Dec 2008 16:56:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 08:56:42 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED 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; Tue, 09 Dec 2008 16:56:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5FBD6234C2B3 for ; Tue, 9 Dec 2008 08:56:05 -0800 (PST) Message-ID: <330832578.1228841765378.JavaMail.jira@brutus> Date: Tue, 9 Dec 2008 08:56:05 -0800 (PST) From: "James Strachan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1171) add from(....).inOnly("....") or from("...").inOut("....") to allow explicit ExchangePatterns to be specified in the routing DSL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org add from(....).inOnly("....") or from("...").inOut("....") to allow explicit ExchangePatterns to be specified in the routing DSL -------------------------------------------------------------------------------------------------------------------------------- Key: CAMEL-1171 URL: https://issues.apache.org/activemq/browse/CAMEL-1171 Project: Apache Camel Issue Type: Improvement Reporter: James Strachan Fix For: 2.0.0 Right now the *to* will use the current default pattern that an endpoint prefers. It would be good to allow it to be explicitly specified in the route. Not 100% sure the best names to use - is *inOnly()* and *inOut()* the best? Maybe *oneway()* and *request()*? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.