title, category, language, tags
| title | category | language | tags | |
|---|---|---|---|---|
| EIP Publish Subscribe | Integration | en |
|
Intent
Broadcast messages from sender to all the interested receivers.
Class diagram
Applicability
Use the Publish Subscribe Channel pattern when
- two or more applications need to communicate using a messaging system for broadcasts.
