Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1 KB

File metadata and controls

26 lines (20 loc) · 1 KB
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