Re: MSBTS_MessageInstance.ReferenceType: Consumed

Home Page Forums BizTalk 2004 – BizTalk 2010 MSBTS_MessageInstance.ReferenceType: Consumed Re: MSBTS_MessageInstance.ReferenceType: Consumed

#23169

You probably want to use ReferenceType = 1.
Delivered, not consumed means it has been published to the message box, but no subscribers have read the message.
Consumed means a subscriber (orchestration or send port) has read the message and started processing it.

Delivered, not consumed should be a transitory state, i.e. BizTalk is busy but will get eventually get to it.