#143 Added real world example

This commit is contained in:
Ilkka Seppala 2015-09-02 21:51:14 +03:00
parent f74c8c27d1
commit 4fc4409d7d

View File

@ -15,3 +15,7 @@ of the system, so called Message Channels.
**Applicability:** Use the Message Channel pattern when
* two or more applications need to communicate using a messaging system
**Real world examples:**
* [akka-camel](http://doc.akka.io/docs/akka/snapshot/scala/camel.html)