Hello,
I have a java listener application that runs on a windows 2003 server. It listens for raw ASCII data streams on a specified port and transforms and feeds the data into a DB2 database. Works great!. It is CRITICAL that this data is fed consistently throughout the day. If the listener goes down, the data is completely LOST. I need to develop an application (or some other method) to notify me ASAP when the listener application goes down for ANY reason. Anyone have any ideas?
Thank you!!!
I have a java listener application that runs on a windows 2003 server. It listens for raw ASCII data streams on a specified port and transforms and feeds the data into a DB2 database. Works great!. It is CRITICAL that this data is fed consistently throughout the day. If the listener goes down, the data is completely LOST. I need to develop an application (or some other method) to notify me ASAP when the listener application goes down for ANY reason. Anyone have any ideas?
Thank you!!!