Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 82530 invoked from network); 1 Nov 2009 08:19:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Nov 2009 08:19:16 -0000 Received: (qmail 63514 invoked by uid 500); 1 Nov 2009 08:19:16 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 63491 invoked by uid 500); 1 Nov 2009 08:19:16 -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 63479 invoked by uid 500); 1 Nov 2009 08:19:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 63395 invoked by uid 99); 1 Nov 2009 08:19:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 08:19:15 +0000 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; Sun, 01 Nov 2009 08:19:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C703F234C48C for ; Sun, 1 Nov 2009 01:18:52 -0700 (PDT) Message-ID: <1020789643.1257063532809.JavaMail.jira@brutus> Date: Sun, 1 Nov 2009 01:18:52 -0700 (PDT) From: "Martin Krasser (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Work started: (CAMEL-2103) Component for asynchronous message processing using GAE task queueing service In-Reply-To: <190374552.1256311912884.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-2103 started by Martin Krasser. > Component for asynchronous message processing using GAE task queueing service > ----------------------------------------------------------------------------- > > Key: CAMEL-2103 > URL: https://issues.apache.org/activemq/browse/CAMEL-2103 > Project: Apache Camel > Issue Type: Sub-task > Components: camel-gae > Environment: App Engine SDK 1.2.6, Google App Engine JRE > Reporter: Martin Krasser > Assignee: Martin Krasser > > This component makes asynchronous processing on GAE possible using the task queueing API. Assuming the component will be named {{gtask}}, routes like the following can be defined. > {code:java} > from("servlet:/input") > ... > .to("gtask:default") // write to default task queue > from("gtask:default") // install a web hook (worker) that is executed in the background > ... > .to("...") > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.