Home Page › Forums › BizTalk 2004 – BizTalk 2010 › MSBTS_MessageInstance.ReferenceType: Consumed › Re: MSBTS_MessageInstance.ReferenceType: Consumed
August 31, 2009 at 5:23 AM
#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.