You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Martin Krasser (JIRA)" <ji...@apache.org> on 2009/11/16 11:34:52 UTC

[jira] Resolved: (CAMEL-2103) Component for asynchronous message processing using GAE task queueing service

     [ https://issues.apache.org/activemq/browse/CAMEL-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Krasser resolved CAMEL-2103.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

Initial work committed. Improvements will be tracked separately.

> 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
>             Fix For: 2.1.0
>
>
> 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.