X Tutup
Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 602 Bytes

File metadata and controls

25 lines (19 loc) · 602 Bytes
layout pattern
title Publish Subscribe
folder publish-subscribe
permalink /patterns/publish-subscribe/
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