You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Azure Service Bus queues provide reliable, point-to-point message delivery between a sender and a receiver. They are the simplest messaging primitive in Service Bus and are ideal for decoupling services in distributed architectures. This lesson covers queue fundamentals, how messages flow through a queue, the receive modes, and practical considerations for building production systems.
A Service Bus queue is a durable, brokered message store. Messages are sent to the queue by one or more producers and consumed by one or more competing consumers. The queue guarantees:
Azure offers two queue services:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.