Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 81887 invoked from network); 8 Apr 2011 10:35:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2011 10:35:46 -0000 Received: (qmail 64911 invoked by uid 500); 8 Apr 2011 10:35:46 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 64869 invoked by uid 500); 8 Apr 2011 10:35:46 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 64861 invoked by uid 99); 8 Apr 2011 10:35:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2011 10:35:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2011 10:35:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B5B4E98A3C for ; Fri, 8 Apr 2011 10:35:05 +0000 (UTC) Date: Fri, 8 Apr 2011 10:35:05 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: dev@camel.apache.org Message-ID: <1915278123.43505.1302258905740.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CAMEL-3539) Add route endpoint to let end users send messages to other routes using route scheme naming MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3539: ------------------------------- Fix Version/s: (was: 2.8.0) Thanks Ben we will look at it in a bit later. It complicates things a bit by having a "direct" under the covers to be able to send a message to that route. We may need a better way to do that under the covers. > Add route endpoint to let end users send messages to other routes using route scheme naming > ------------------------------------------------------------------------------------------- > > Key: CAMEL-3539 > URL: https://issues.apache.org/jira/browse/CAMEL-3539 > Project: Camel > Issue Type: New Feature > Components: camel-core > Reporter: Claus Ibsen > Assignee: Ben O'Day > Priority: Minor > Fix For: 3.0.0 > > Attachments: CAMEL-3539.patch > > > For example > {code:xml} > ... > > ... > {code} > And then we can have a route for that > {code:xml} > > > ... > > {code} > In reality its just like a {{direct:}} endpoint but using {{route}} as scheme name. And in this case the id of the route will use the name from the uri, so it will name the route {{sendMail}}. Then you dont need to assign an explicit id. > Now suppose the sendMail route also have another source input such as from a jms queue > {code:xml} > > ... > > {code} > This route is now having the id {{sendMail}} which you can send message to using the scheme {{route:sendMail}}. > But the route also consumes messages from a JMS queue. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira