We are running more than 200 applications in our BizTalk environment. We frequently face suspended inbound messages due to issues like timeouts.
We need to reprocess all of them. For that, we need the ReceivedFileName from the context properties of the messages.
We don’t want to touch/modify the running applications.
Can we find that information anywhere in the SQL databases? Or are there other approaches, such as using PowerShell?