Understand what topics and subscriptions are and how are they different from queues.
- [Instructor] So now that you understand what…Service Bus Queue's are, lets understand what…Service Bus Topics and Subscriptions are.…A topic, well it's just like a queue, the only difference is…that it can have multiple subscriptions.…So, a queue, generally you just have a listener, right?…But in the case of a subscription or a topic,…the topic is, lets say, invoices…and subscribers would create subscriptions…based on a certain criterion of that invoice.…
So you can say, invoices for this client…go to this receiver; that would be a subscription.…So it allows you to do things like say, filter messages.…So a subscriber only receives messages that they care about.…So this is typically how it looks like.…Now this is not the only way…topics and subscriptions can be used.…In fact here, I'm demonstrating a very specific scenario,…where three different receivers can get the same message.…
Certainly that's not the only way…topics and subscriptions can be used effectively.…Let me explain...…So, the important difference between queues…
Released
11/29/2018- What is Azure Service Bus?
- Setting up messaging queues
- Sending and receiving messages
- Setting up topics and subscriptions
- Enabling a namespace to host topics
- Relaying asynchronous communications
Share this video
Embed this video
Video: What are topics and subscriptions?