Building the solution

In this solution, we will be constructing a Message Bus pattern for processing Purchase Orders using BizTalk Server 2010 and the ESB Toolkit. We are implementing a single message flow to illustrate an example of how the ESB functionality can be leveraged. Our system will be loosely coupled and will use WCF-BasicHttp and WCF-WSHttp as the transport adapters of choice.

We will use the WCFTestClient tool to initiate PO Requests, which will then be processed by BizTalk/ESB Server. Our BizTalk/ESB Server will query the inventory server and customer server to determine whether the items requested are in stock and the customer meets the required credit limit. The credit limit is fixed across all customers and will be implemented ...

Get Applied Architecture Patterns on the Microsoft Platform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.