spring - How to transfer files in order (first come first serve) using apache camel -


in code there 2 types of files extension .csv or .psv , .tigger files. .csv files have more size .trigger files, .trigger files getting transfer in prior .csv files.

how make sure once .csv files transferred .trigger files should transferred.

am using same single route transfer both files.

you can use sortby-option of camel file component. see http://camel.apache.org/file2.html more information.


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -