message-passing

Async Request-Response Algorithm with response time limit

Hi, I am writing a Message Handler for an ebXML message passing application. The message follow the Request-Response Pattern. The process is straightforward: The Sender sends a message, the Receiver receives the message and sends back a response. So far so good. On receipt of a message, the Receiver has a set Time To Respond (TTR) t...