This content has been marked as final.
Show 2 replies
-
1. Re: FSW - SwitchYard - Camel - File Processing
kcbabo Dec 5, 2014 8:29 AM (in response to sandip.desale)Camel puts the name of the received file in a message header ("CamelFileName"), so you could use that in combination with an error handler to record the details of the failure along with the original file name.
I'm not sure what you mean by "DB operations are stopped", but if you experience an issue with persisting data to a database as part of your route, you will get an exception and that exception can be used in combination with an error handler to compensate in any way you see fit.
-
2. Re: FSW - SwitchYard - Camel - File Processing
sandip.desale Dec 9, 2014 8:08 AM (in response to kcbabo)Thanks Keith. I am able to resolve it using CameFileName header.