17 lines
453 B
Markdown
Raw Normal View History

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