| layout | pattern | ||
|---|---|---|---|
| title | Publish Subscribe | ||
| folder | publish-subscribe | ||
| permalink | /patterns/publish-subscribe/ | ||
| categories | Integration | ||
| tags |
|
Intent: Broadcast messages from sender to all the interested receivers.
Applicability: Use the Publish Subscribe Channel pattern when
- two or more applications need to communicate using a messaging system for broadcasts.
