Hi, I would like to describe my problem in hand before I state my question.
1. copy file 2. data load from file 3. basic and complex verification 3.a. - upload to live database on success 3.b. - dump discrepency issues in a separate table/storage 4.run some update statements/stored procedures on uploaded data 5.modify some different data from the same database 6.create file header and trailer for the new set of data before dumping into files 7.dump files with contents from the above two steps into a given location Now, every steps needs to be logged. Should be resumable if it is stopped at any point for some fixable errors It should start on schedule, maintained by a scheduler (QUARTZ) Now, my question is, is this ideal situation to solve with Camel? As you can see above, not necessarily every step is generating some output for next step's input. So, I am confused how to tackle this. I have never used Camel before. Just checking out. So, if you guys give me some ideas, it might save a lot of my time. Thanks in advance Mashrur -- View this message in context: http://camel.465427.n5.nabble.com/Is-Camel-Appropriate-for-my-case-tp5770367.html Sent from the Camel - Users mailing list archive at Nabble.com.