I am trying to figure out how to set up an alert to validate message processing for a limited time frame. A charge file is ftp’ed to the engine at a specific time each weekday, where it is handed off to an intermediate thread where it is broken down to the individual messages. These messages are then sent to a common outbound thread. I simply want to set up an alert to fire when no file is grabbed and/or no messages are processed. The inbound thread is only up for 15 minutes to grab the file from the other server. I assume that I will set up an alert on the intermediate thread for last send, with the alert to fire if <1 messages are processed. What should the duration be set to? Does the over_to_ibTPS tcl, which lowers the message state so they can be re-sent, complicate anything?
Thanks for any input.