#354 Add maven model for feature toggle design pattern

This commit is contained in:
Joseph McCarthy
2016-01-25 21:14:24 +00:00
parent cf10bd1d05
commit d7526fc7c0
86 changed files with 1165 additions and 270 deletions

View File

@ -7,13 +7,15 @@ categories: Integration
tags:
- Java
- EIP
- Camel
- Apache Camel
---
**Intent:** Broadcast messages from sender to all the interested receivers.
## 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
## Applicability
Use the Publish Subscribe Channel pattern when
* two or more applications need to communicate using a messaging system for broadcasts.
* two or more applications need to communicate using a messaging system for broadcasts.