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.