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
|
2021-05-19 10:49:05 -06:00
|
|
|
language: en
|
2017-03-25 22:07:10 +01:00
|
|
|
tags:
|
2019-12-13 21:09:28 +02:00
|
|
|
- Enterprise Integration Pattern
|
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
|
|
|
|
2019-12-07 20:01:13 +02:00
|
|
|
## Class diagram
|
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
|
|
|
|
2020-07-06 13:31:07 +03:00
|
|
|
* [J2EE Design Patterns](https://www.amazon.com/gp/product/0596004273/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596004273&linkCode=as2&tag=javadesignpat-20&linkId=48d37c67fb3d845b802fa9b619ad8f31)
|
2020-07-07 21:23:04 +03:00
|
|
|
* [Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions](https://www.amazon.com/gp/product/0321200683/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321200683&linkCode=as2&tag=javadesignpat-20&linkId=122e0cff74eedd004cc81a3ecfa623cf)
|