Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

File metadata and controls

18 lines (14 loc) · 464 Bytes
layout pattern
title Publish Subscribe
folder publish-subscribe
permalink /patterns/publish-subscribe/
categories Integration
tags
Java
EIP

Intent: Broadcast messages from sender to all the interested receivers.

alt text

Applicability: Use the Publish Subscribe Channel pattern when

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