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

Express Queues/Topics


Express Queues/Topics allows high throughput and low latency of messages. This is achieved by the queuing mechanism caching the received message directly to memory first. If the message is not consumed within a few seconds, it will be written to persistent storage.

If a publisher sends any crucial messages to the queue that must not be lost, the publisher must set the ForcePersistence property to true. This will force the queuing mechanism to immediately persist the message to store.