Has anyone got any pointers on good practices / potential designs for handling the situation in a BizTalk orchestration were the response from a long-running service has failed, so the initiation message needs to be resent
I have the situation where an orchestration is sending a message to an MSMQ queue and then waiting on a response back on another queue. Now the response time should be less than a minute, but the "service" on the other end of the queue is occasionally failing ...
and it's not something I have any control over, so I can't change/correct it
Is there some design pattern that I can use in BizTalk to timeout and resend the initiating message ?