I have an outbound thread set up to connect to a database and update it with incoming messages using a tcl proc in TPS Outbound data. This works ok but I need to know how to handle errors resulting from any inability to update the database.
With a sockets connection, if connection to the outbound host is lost, messages persist in the queue until the connection is restored. This is what I want to achieve if connection to the database is lost. Any ideas welcome.
Thanks,
Dave