Versions Compared

Key

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

...

  • JBI (both consumer and producer)
  • NMR (both consumer and producer)
  • Jetty (both consumer and producer)
  • Netty (only producer)
  • CXF Camel 2.5: (both consumer and producer)
  • CXFRS Camel 2.5: (only consumer)
  • JMS Camel 2.5: (only producer for Request Reply messaging over JMS)
  • Restlet Camel 2.8: (only producer)

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.

...