X Tutup
Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 740 Bytes

File metadata and controls

26 lines (20 loc) · 740 Bytes
layout pattern
title Publish Subscribe
folder publish-subscribe
permalink /patterns/publish-subscribe/
pumlid PSZB3SCm203GLTe1RExT1XCKKs5YyMdMR--zFRsd66aTNAwFcRdZ1U1uzrDorgXWfykIBJjT2qJhnaI7Dtwm7HnoMjkOoMu12-C7s3LKOhQe4UGo63ZfVtlvwhkMVW40
categories Integration
tags
Java
EIP
Apache Camel™

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.

Credits

X Tutup