Book Image

Microsoft Azure Development Cookbook Second Edition

Book Image

Microsoft Azure Development Cookbook Second Edition

Overview of this book

Table of Contents (15 chapters)
Microsoft Azure Development Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Messaging and Queues with the Storage and Service Bus

In this chapter, we will cover the following topics:

  • Managing Azure Storage queues

  • Managing Azure Service Bus queues

  • Adding messages to a Storage queue

  • Adding messages to a Service Bus queue

  • Receiving messages with Storage queues

  • Receiving messages with Service Bus queues

  • Implementing publish/subscribe with Service Bus topics

  • Implementing Relayed messaging with the Service Bus

  • Communication between .NET and Java with the Service Bus and AMQP