Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Should convert this orchestration to singleton? › Re: how to using convoy to make singleton orchestration?
September 19, 2006 at 4:21 PM
#15742
Yes, i used a correlation type of BTS.ReceivePortName, and two loops, one for the main process (1==1), and the inner one is listening for subsequent messages (use a variable to tell if need to get the succesive msg).
And it runs like a charm, i push 10 files at the same time, and they were processed sequentially…cool
Thanks lots