Skip to content

Files

Latest commit

2674cb9 · Nov 11, 2021

History

History
This branch is 981 commits behind iluwatar/java-design-patterns:master.

eip-publish-subscribe

layout title folder permalink categories language tags
pattern
EIP Publish Subscribe
eip-publish-subscribe
/patterns/eip-publish-subscribe/
Integration
en
Enterprise Integration Pattern

Intent

Broadcast messages from sender to all the interested receivers.

Class diagram

alt text

Applicability

Use the Publish Subscribe Channel pattern when

  • two or more applications need to communicate using a messaging system for broadcasts.

Credits