Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-2085 Camel on Google App Engine support
  3. CAMEL-2103

Component for asynchronous message processing using GAE task queueing service

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • camel-gae
    • None
    • App Engine SDK 1.2.6, Google App Engine JRE

    Description

      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.

      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("...")
      

      Attachments

        Activity

          People

            mrt1nz Martin Krasser
            mrt1nz Martin Krasser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: