#354 Add maven model for feature toggle design pattern
This commit is contained in:
@ -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.
|
||||
|
||||

|
||||
|
||||
**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.
|
Reference in New Issue
Block a user