Hello,
I am creating a .net component which runs WMI sentences in order to find out if there are pending messages into MessageBox Database.
I am interested only in messages that are waiting to be processed. They are already in BizTalkMsgBoxDb.
I checked the permissible values for property: MSBTS_MessageInstance.ReferenceType , and found the following below.
My question is: Should I Filter by ReferenceType equals 2?
Thank You..Pablo
Delivered, not consumed: 1
Consumed: 2
Suspended: 4
Abandoned: 8
Select * from MSBTS_MessageInstance where ReferenceType = 2