Design for Service Bus Queues and Topics
Source: Application Architecture
Design for Service Bus Queues and Topics
Service Bus decouples applications and services from each other.
![]() |
![]() |
---|---|
- Built on top of a dedicated messaging infrastructure. - Holds messages until the target is ready to receive them - different from queues. |
- Like bus queues, but with multiple subscribes. - When a message is sent to a topic, multiple components can be triggered to perform a task. |