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

Further reading


Some additional noteworthy tools that you would be wise not to ignore are listed here, and you can find an even larger list on the TechNet wiki (http://social.technet.microsoft.com/wiki/contents/articles/5208.biztalk-server-2010-tools.aspx):

  • The ContextAccessor functoid (http://contextaccessor.codeplex.com/): This project contains a custom pipeline component and mapping functoid that allows you to access a message's context properties within maps executed within a receive pipeline or an orchestration.

  • Loopback Adapter (http://www.twoconnect.com/loopback-biztalk-adapter-free-download/): This is an adapter that allows you to loop back a message via a BizTalk send port, enabling some interesting patterns based on loose coupling.

  • BizTalk Deployment Framework (https://biztalkdeployment.codeplex.com/): This framework enables the automated build of near one-click installers for BizTalk solutions. It is especially powerful when combined with a build server.

  • BizTalk Server Functoids...