Hi,

I'm looking into possibility to implement lightweight async consumer camel
component using servlet 3.0 async api.
Camel provides servlet component (camel-servlet) which does not support
continuation (async processing).
Camel jetty component do support continuation but it starts embedded servlet
container while I would like to use application server native container
instead of that.

What is a better way to go:
- implement custom camel async http component
- implement async servlet which call camel (basically start a certain camel
route from servlet asynchroniously)

---
Thanks,
Valeriy Molyakov



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-implement-async-http-consumer-tp5747729.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to