20 lines
473 B
Markdown
Raw Normal View History

---
layout: pattern
title: Publish Subscribe
folder: publish-subscribe
permalink: /patterns/publish-subscribe/
categories: Integration
2015-11-21 16:34:59 +02:00
tags:
- Java
- EIP
2015-12-28 15:52:44 +02:00
- Camel
---
2015-11-21 16:05:55 +02:00
**Intent:** Broadcast messages from sender to all the interested receivers.
![alt text](./etc/publish-subscribe.png "Publish Subscribe Channel")
**Applicability:** Use the Publish Subscribe Channel pattern when
* two or more applications need to communicate using a messaging system for broadcasts.