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

Configuring messaging in MABS


The critical part of solution creation is configuring the settings of all the components that have been added to the MessageFlowItinerary.

MABS can receive messages from a one-way message exchange using an FTP, a Service Bus Queue, an SFTP, a Service Bus Subscription, XML One-Way Bridge, or a Pass-through Bridge source. A two-way message exchange can be configured using an XML Request-Reply XML Bridge. Configuration of MABS sources happens at design time; for example, the connection string of the Service Bus Subscription source and Subscription name are set in Visual Studio before the source is deployed to Azure.

Destinations on the MessageFlowItinerary surface are also configured at design time. The following screenshot shows an XML One-Way Bridge configured to parse an XML message and transform the XML message to another XML message.

The next step is to connect the source and other components together on the message flow itinerary surface using a connector. A...