Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Asynchronous Processing

Overview

Info
titleA new API in Camel 2.0

The API used on this wiki pages is the old async API in Camel 1.x. We replaced this with a new API in Camel 2.0 and its documented here Async.
However the background information in this wiki page is still valid.

Camel supports a more complex asynchronous processing model. The asynchronous processors implement the AsyncProcessor interface which is derived from the more synchronous Processor interface. There are advantages and disadvantages when using asynchronous processing when compared to using the standard synchronous processing model.

...