BUG: Suspended Schedule Instance Prevents Other Schedule Instances from Receiving Messages from the Same Message Queue (312684)



The information in this article applies to:

  • Microsoft BizTalk Server 2000
  • Microsoft BizTalk Server 2002

This article was previously published under Q312684

SYMPTOMS

If an XLANG schedule instance is suspended while it is waiting to receive a document from a Microsoft Message Queuing (MSMQ) message queue, it may block other running schedule instances from receiving messages from the same message queue. The XLANG Monitor shows all schedule instances that are receiving from the same message queue waiting at the "MSMQ sink" event.

CAUSE

The XLANG engine blocks any thread that is delivering a message to a suspended schedule. The MSMQ listener has one thread per message queue. While the thread is trying to deliver the message to the suspended queue, all other schedule instances listening on the same message queue wait.

RESOLUTION

To work around this problem, do not suspend a schedule instance that is waiting for a message from a given MSMQ message queue if there are or will be multiple schedule instances receiving messages from the message queue.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:6/4/2003
Keywords:kbbug kbnofix KB312684