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