java-design-patterns/eip-publish-subscribe
2021-09-12 13:27:23 +03:00
..
2019-12-07 18:03:49 +02:00
2021-09-12 13:27:23 +03:00

title, category, language, tags
title category language tags
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