This is possible using the simple language. You can use a date as a suffix,
e.g: tempFileName="somename.${date:now:yyyyMMdd}". This is the most easy
solution imho.
If you don't want to use a date but need a number you can delegate to a
custom bean to generate a number (or you can use an UUID). Example:
tempFileName="somename.${bean:mynumbergenerator.generateid}"
Take a look at http://camel.apache.org/file-language.html
-----
Richard Kettelerij,
http://github.com/rkettelerij
--
View this message in context:
http://camel.465427.n5.nabble.com/ftp-tempFile-Name-extension-tp3243271p3243285.html
Sent from the Camel - Users mailing list archive at Nabble.com.