Versions Compared

Key

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

Asynchronous Processing

Overview

Info
titleA new API in Camel 2.0Supported versions

The API used information on this wiki pages is the old async API in page applies for the 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 validand Camel 2.4 onwards. In Camel 1.x the asynchronous processing is only implemented for JBI where as in Camel 2.4 onwards we have implemented it in many other areas.

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.

...