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

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -