-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
When designing a system, you often need to decouple one service from another. Such an approach is useful if you want to secure endpoints from extensive loads, make sure incoming requests are not lost in case of an error, or control how they are processed. To implement such an architecture, you may use queues, which are a popular and well-known solution for asynchronous communication.
This chapter is dedicated to describing three separate Azure services that offer queue capabilities – Queue Storage, Azure Event Hubs, and Azure Service Bus. In this chapter, you will learn about various use cases, unique features, and limitations of each of those services. The knowledge provided will help you in implementing your own queue and processing messages in a reliable and performant way.
In this chapter, we’re going to cover the following main topics: