You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Hryhorii Honchar <hr...@yapital.com> on 2015/11/02 13:00:16 UTC

Camel + Spring Remoting + HTTP example

Hi guys,

Can anyone share a working example of client invoking Spring Bean remotely via HTTP?  I’ve found no such example here https://github.com/apache/camel/tree/master/examples/ and here http://camel.apache.org/spring-remoting.html

If remote bean is running in Servlet Container, do I need to use a Servlet Component (http://camel.apache.org/servlet.html) on server side?
Do I need a HTTP Component http://camel.apache.org/http.html on client side?

Thanks,
Hryhorii