Azure Service Bus
Azure Service Bus
Overview
Azure Service Bus is a enterprise message broker with message queues and publish-subscribe topics that utilises First in First Out (FIFO).
Queues
Queues are ordered and timestamped messages that can be retrieved by receivers in order
Topics
Topics are used to receive a message, and send to multiple receivers
Technical Notes
- Should not be used as a backed for Azure SignalR
- Can not be Firewalled or configured with a Private Endpoint without the Premium SKU.
- Shared Access Signature can be disabled at any SKU, allowing Role Based Access Control on Users.
Links: Azure
Tags:
Reference: