Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Creating orchestration instance, what does mean? › Re: Creating orchestration instance, what does mean?
May 20, 2009 at 3:28 AM
#22423
Hi,
I think i get it now
Orchestrations are
defined in a BizTalk Visual Studio project, and are compiled into .NET
classes that implement the BTXService interface. At run time, the XLANG/s sub-service creates instances of these classes. Each instance is an in-memory state machine that receives, processes and returns messages to and from the MessageBox.
This is taken from Charles Young blog titled “How Subscription works“
http://geekswithblogs.net/cyoung/articles/7007.aspx
Thanks