From 4fc4409d7def94b6526ddfe51395f7c97e696634 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Wed, 2 Sep 2015 21:51:14 +0300 Subject: [PATCH] #143 Added real world example --- message-channel/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/message-channel/index.md b/message-channel/index.md index 80a068de5..b5fb1761a 100644 --- a/message-channel/index.md +++ b/message-channel/index.md @@ -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)