Book Image

SOA Patterns with BizTalk Server 2013 and Microsoft Azure

By : Richard Seroter, Mark T Brimble, Coen J Dijkgraaf, Mahindra Morar, Mark Brimble, Colin Dijkgraaf, Johann Cooper
Book Image

SOA Patterns with BizTalk Server 2013 and Microsoft Azure

By: Richard Seroter, Mark T Brimble, Coen J Dijkgraaf, Mahindra Morar, Mark Brimble, Colin Dijkgraaf, Johann Cooper

Overview of this book

Table of Contents (21 chapters)
SOA Patterns with BizTalk Server 2013 and Microsoft Azure Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Asynchronous Communication Patterns

 

The beauty of independence, departure, actions that rely on themselves.

 
 --Walt Whitman

Arguably, the signature aspect of a service-oriented architecture based on messaging is the prevalence and embracing of the asynchronous message exchange pattern. In Chapter 8, Schema and Endpoint Patterns, we looked at how to construct practical schemas and design smart endpoints. Now we build upon those concepts and see how combining well-built messages and endpoints with an event-driven, asynchronous infrastructure can help us realize our aim of a loosely coupled architecture.

In this chapter, you will learn:

  • The inherent value of asynchronous communication

  • The patterns for implementing asynchronous processing in WCF solutions

  • How to take advantage of asynchronous communication in BizTalk solutions

  • Mechanisms for returning results from asynchronous operations

  • The role of queue-based services