2015-10-25 07:11:34 +01:00
|
|
|
---
|
|
|
|
layout: pattern
|
2018-04-12 15:24:57 +03:00
|
|
|
title: EIP Publish Subscribe
|
|
|
|
folder: eip-publish-subscribe
|
|
|
|
permalink: /patterns/eip-publish-subscribe/
|
2015-10-25 07:11:34 +01:00
|
|
|
categories: Integration
|
2017-03-25 22:07:10 +01:00
|
|
|
tags:
|
2015-11-21 16:34:59 +02:00
|
|
|
- Java
|
|
|
|
- EIP
|
2016-01-25 21:14:24 +00:00
|
|
|
- Apache Camel™
|
2015-10-25 07:11:34 +01:00
|
|
|
---
|
|
|
|
|
2016-01-25 21:14:24 +00:00
|
|
|
## Intent
|
|
|
|
Broadcast messages from sender to all the interested receivers.
|
2015-10-25 07:11:34 +01:00
|
|
|
|
|
|
|

|
|
|
|
|
2016-01-25 21:14:24 +00:00
|
|
|
## Applicability
|
|
|
|
Use the Publish Subscribe Channel pattern when
|
2015-10-25 07:11:34 +01:00
|
|
|
|
2016-01-27 12:55:59 +05:30
|
|
|
* 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
|
|
|
|
2016-01-27 12:55:59 +05:30
|
|
|
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)
|