Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the asciidoc in the repository: https://github.com/apache/camel/blob/master/README.md https://github.com/apache/camel/blob/master/components/readme.adoc
Asynchronous Routing EngineAvailable as of Camel 2.4 As of Camel 2.4 the asynchronous routing engine is back and kicking. When we say a component is supported, that means, the component is leveraging the asynchronous model. For example Jetty uses continuations and the async http client to be fully asynchronous and non blocked. That means no threads will ever be blocked while waiting for a reply. In the future additional Components will be supported as well where it's applicable. Forcing to use synchronous processingYou can configure the endpoints with the option Background informationSee Asynchronous Processing for additional information and the concepts behind the asynchronous model. |
