Book Image

Microsoft Azure Storage Essentials

By : Chukri A Soueidi
Book Image

Microsoft Azure Storage Essentials

By: Chukri A Soueidi

Overview of this book

Table of Contents (16 chapters)
Microsoft Azure Storage Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Working with Queues

So far, we have seen two services by Azure Storage: blobs and tables. While the previous services provide persistent storage options, this chapter will introduce you to a different non-persistent storage service, queue storage. Azure Queues provide a reliable system to store messages that need to be consumed afterwards by other tiers. In this chapter, we will explore the characteristics of queues and the way messages are inserted, and then consumed.