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