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

Service Bus types


Azure Service Bus offers a collection of four different types of messaging technologies:

  • Queues: This provides asynchronous messaging

  • Topics/Subscriptions: This provides a publish/subscribe architecture style of integration

  • Event Hubs: This is used to ingest event type messages on a massive scale

  • Relays: This allows the relaying of messages through a common channel

Each type has distinctive characteristics that make it suitable for different messaging scenarios. In the following sections, we will discuss each type in more detail.