Hi, You can take a look at the this example[1] And you route could be from("file://xxx").to("jms://xxx") or from("file://xxx").to("http://xxx");
[1]https://cwiki.apache.org/CAMEL/walk-through-an-example.html Willem Kit Plummer wrote:
Shooting in the dark. I need to read ~140K documents from a Windows-based shared directory structure and "post" them to a processing system. We have two basic interfaces into our system (REST/HTTP and JMS). I'm curious if this is something I can rig up with Camel. Any ideas? TIA, Kit