Hi all
I have an issue where I read messages from a channel one at a time, a bit like MQ, and process each message using the file adapter as input instead of the MQ adapter. The issue being that if the input is invalid the map falls over. What I need is for the map not to fall over but write each failure to a file, I have tried the restart attribute and reject but this only works on optional fields, I need it if any input fails, anyone have any ideas on how this can be done?
I have an issue where I read messages from a channel one at a time, a bit like MQ, and process each message using the file adapter as input instead of the MQ adapter. The issue being that if the input is invalid the map falls over. What I need is for the map not to fall over but write each failure to a file, I have tried the restart attribute and reject but this only works on optional fields, I need it if any input fails, anyone have any ideas on how this can be done?