Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Receive Port enabling one after another › Re: Receive Port enabling one after another
August 31, 2010 at 8:37 AM
#25820
Hi Ram,
There’s no out-of-the-box functionality in BizTalk to handle your scenario. You could have an orchestration (associated with your Receive Location 1) pick up the messages, then wait 10 seconds (in a Delay shape) before calling a C# helper class that runs a WMI script which will enable your 2nd Receive Location, and so on. That can be a work around solution.
Daniel.