From 8ba0192864e69d44c36851742ca26990a12a75b7 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sat, 21 Nov 2015 16:34:59 +0200 Subject: [PATCH] Add EIP tag to relevant patterns --- message-channel/index.md | 4 +++- publish-subscribe/index.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/message-channel/index.md b/message-channel/index.md index b5fb1761a..06cf93488 100644 --- a/message-channel/index.md +++ b/message-channel/index.md @@ -4,7 +4,9 @@ title: Message Channel folder: message-channel permalink: /patterns/message-channel/ categories: Integration -tags: Java +tags: + - Java + - EIP --- **Intent:** When two applications communicate using a messaging system they do it by using logical addresses diff --git a/publish-subscribe/index.md b/publish-subscribe/index.md index b60954ec5..b91f22e3b 100644 --- a/publish-subscribe/index.md +++ b/publish-subscribe/index.md @@ -4,7 +4,9 @@ title: Publish Subscribe folder: publish-subscribe permalink: /patterns/publish-subscribe/ categories: Integration -tags: Java +tags: + - Java + - EIP --- **Intent:** Broadcast messages from sender to all the interested receivers.