Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

layout title folder permalink categories tags
pattern
Publish Subscribe
publish-subscribe
/patterns/publish-subscribe/
Integration
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