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 provides several advanced features that go beyond basic send-and-receive. Sessions enable ordered, grouped message processing. Dead-lettering ensures that problematic messages are not lost. Duplicate detection prevents the same message from being processed twice. This lesson explores each of these features in depth and explains when to use them.
By default, messages in a Service Bus queue or subscription are delivered in FIFO order, but with competing consumers, multiple messages can be processed in parallel — meaning the overall processing order is not guaranteed.
Sessions solve this by grouping related messages and ensuring that all messages within a session are processed sequentially by a single consumer.
sessionId — a string that identifies the groupSubscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.