#354 Merged Remote Master and resolved conflicts

This commit is contained in:
Joseph McCarthy
2016-01-31 13:58:00 +00:00
798 changed files with 17804 additions and 199 deletions

View File

@@ -18,4 +18,9 @@ Broadcast messages from sender to all the interested receivers.
## 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.
=======
* two or more applications need to communicate using a messaging system for broadcasts.
##Credits
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)