
Sequential FIFO Message Processing and Delivery in BizTalk Server 2004
Brief Description
Learn how to implement sequential first-in first-out message processing and delivery.
On This Page
Quick Details
| File Name: | BTS2004FIFO.doc |
| Version: | Version |
| Date Published: | 6/23/2006 |
| Language: | English |
| Download Size: | 686 KB |
| Estimated Download Time: | 2 min 56K |
Overview
This document explains how to implemtn sequential first-in first-out message processing and delivering in BizTalk Server 2004. Out of the box Microsoft BizTalk Server 2004 supports realtime “ordered delivery” through the MSMQT transport protocol. Other available transport protocols do not support ordered delivery natively within Microsoft BizTalk Server 2004. However, other two-way transports such as HTTP/SOAP/WSE/MLLP can support realtime ordered delivery if the sender maintains control, only sending the next sequential message upon receiving a valid response for the last message sent. BizTalk also maintains message order per batch message received containing multiple records through the use of a built-in or custom record disassembler receive pipeline component. This allows message ordering to be maintained per batch message or file no matter which receive adapter or transport protocol is used.
Top of page
System Requirements
- Supported Operating Systems: Windows 2000 Server; Windows XP
None
Top of page
Instructions
None
Top of page
What Others Are Downloading
Top of page