Hi everyone, In our project we are planning to use camel for web request routing / orchestration. Its basically a web project (more like proxy server) talking to several other local/internal web-services to prepare the final response to the requester.
Can some suggest us, what is the best way to consume the web requests ? I believe its possible in camel with several options : - With servlet-listenter + servlet component combination - With Jetty component - any other way ??? It would be really helpful if some has done this before and can guide us through this. Any pointers like pros and cons also well appreciated. Thanks in advance. -Gowri Shankar