What is the best strategy for a thread that keeps retrying a message and the receiving system won’t acknowledge? I have established a counter to allow me to do something based on the number of retries. For instance, I can send out an alert every so many retries as an escalation. At some point I would think to shut down the thread to force a response through normal operations channels. What has been done and has been acceptable by the receiving system administrators? I would like to hear some ideas. Thanks…