Hello All…
I've developed an orhcestration that connects to suspended messages on other BizTalk Applications, when the suspended message is received on the orchestration I want to obtain the service (id or name) that's the owner of that message.
I've developed a component to poll the information from the tables Instances,Services and Modules from the BizTalkMsgBoxDb, but I've notice that when the orchestration receives the message there's no registry for that messageId on Instances table.
Also I've noticed that in the Admin Console, the query of suspended messages provides me tha ApplicationName.
Do you know where can I obtain the appOwner Name or the Id so I can obtain the information I need?
Thanks a lot