Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Code Block
    <to uri="jetty://http://0.0.0.0:9123/myapp" async="true" executorServiceRef="mySharedPool"/>

See also

  • HTTP Async Example which shows the non blocking asynchronous in action using the Jetty component. (natively supported)
  • CXF Async Example which shows the non blocking asynchronous in action using the CXF component. (simulated in Camel)
  • Async for synchronous support in Camel routes and as Camel client API