26 lines
614 B
Markdown
Raw Normal View History

---
layout: pattern
title: EIP Publish Subscribe
folder: eip-publish-subscribe
permalink: /patterns/eip-publish-subscribe/
categories: Integration
tags:
2015-11-21 16:34:59 +02:00
- Java
- EIP
- Apache Camel™
---
## 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.
2016-04-16 08:52:16 +03:00
## Credits
2016-04-15 08:41:15 +03:00
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)