Hello

I am Camel beginner. This is my first post.  I want service class
(Spring MVC controller/POJO) to call Camel routes.

In some work flows service class expects response and some times it does not.

what is the best way to do that? Camel Proxies or Producer template or
any other way out there?   like
from("myPojo:myMethod").to("direct:start");

thanks

.falik

Reply via email to