Synchronous and Asynchronous Communication

[Previous] [Next]

In Chapter 9, you saw the structure of a BizTalk message. You send BizTalk messages to your trading partners in a number of ways. Once you create a BizTalk message, you must wrap it in some kind of transport-specific envelope so that it can get somewhere.

Your BizTalk server should have a way of sending messages synchronously. In synchronous communication, the server sends a document to another BizTalk server and waits for a response. This is a basic requirement and is the least complex way to send messages.

In a production environment, however, you might be sending dozens or even hundreds or thousands of BizTalk messages from your application. If your application had to worry about getting a response from each request, you might end up with bottlenecks. Therefore, you should also have an asynchronous method of sending messages.



XML and SOAP Programming for BizTalk Servers
XML and SOAP Programming for BizTalk(TM) Servers (DV-MPS Programming)
ISBN: 0735611262
EAN: 2147483647
Year: 2000
Pages: 150

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net