Improve the example and documentation

This commit is contained in:
Ilkka Seppala
2015-11-21 16:05:55 +02:00
parent 7885380633
commit d0fca6d318
2 changed files with 18 additions and 23 deletions

View File

@ -7,8 +7,7 @@ categories: Integration
tags: Java
---
**Intent:** When applications communicate using a messaging system they do it by using logical addresses
of the system, so called Publish Subscribe Channel. The publisher broadcasts a message to all registered subscribers.
**Intent:** Broadcast messages from sender to all the interested receivers.
![alt text](./etc/publish-subscribe.png "Publish Subscribe Channel")