Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Browse by Tags

BizTalk 2004

This group is for all content related to BizTalk Server 2004. This includes a forum, samples, videos, labs, whitepapers, and tools. Most of the content here also applies to other versions of BizTalk beyond 2004.
Tagged Content List
  • File: Parallel Convoy Message Processing

    This sample shows how to use a simple Concurrent (Parallel) Convoys inside an Orchestration. For more information on Convoy, be sure to read the Convoy Deep Dive White Paper. This sample also shows an example of multi-message mapping inside an Orchestration. This sample should work for BizTalk 2004 and...
  • File: Parallel Sequential Message Processing

    This is another Sequential Convoy Message processing sample using an Orchestration. This sample uses the Parallel Action Shape to process multiple records at the same time. This could be used to slow down message processing inside Biztalk and process messages in a controlled manner. This sample should...
  • File: Limit Running Orchestrations

    This fully documented solution shows how to use a process controller Orchestration to limit the number of running Orchestrations inside BizTalk Server 2004. This is similar to Application Pools in BizTalk 2002 that are no longer available in 2004. In addition, the rules engine is used to allow for real...
  • File: Sequential Convoy

    This sample shows how to use a simple Sequential Convoy inside an Orchestration. This can be used inside an Orchestration for sequential message processing. This sample will work in BizTalk 2004 and BizTalk 2006 Get more information from the original blog post on this topic: http://www.biztalkgurus.com...