mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 12:58:37 +00:00
7c888e8886
* Reduces checkstyle errors in eip-aggregator * Reduces checkstyle errors in eip-message-channel * Reduces checkstyle errors in eip-publish-subscribe * Reduces checkstyle errors in eip-splitter * Reduces checkstyle errors in eip-wire-tap
layout, title, folder, permalink, categories, tags
| layout | title | folder | permalink | categories | tags | |||
|---|---|---|---|---|---|---|---|---|
| pattern | EIP Publish Subscribe | eip-publish-subscribe | /patterns/eip-publish-subscribe/ | Integration |
|
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.
