New to Apache Camel and just wondering ... if I'm building an image processing application that does some long running image processing jobs on very large image files, is an Apache Camel "Processor" the "best place" for this code ? The processing may take up to 15 minutes.
http://camel.apache.org/processor.html
Cheers !