Add EIP tag to relevant patterns

This commit is contained in:
Ilkka Seppala 2015-11-21 16:34:59 +02:00
parent 899b9617c9
commit 8ba0192864
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,9 @@ title: Message Channel
folder: message-channel folder: message-channel
permalink: /patterns/message-channel/ permalink: /patterns/message-channel/
categories: Integration categories: Integration
tags: Java tags:
- Java
- EIP
--- ---
**Intent:** When two applications communicate using a messaging system they do it by using logical addresses **Intent:** When two applications communicate using a messaging system they do it by using logical addresses

View File

@ -4,7 +4,9 @@ title: Publish Subscribe
folder: publish-subscribe folder: publish-subscribe
permalink: /patterns/publish-subscribe/ permalink: /patterns/publish-subscribe/
categories: Integration categories: Integration
tags: Java tags:
- Java
- EIP
--- ---
**Intent:** Broadcast messages from sender to all the interested receivers. **Intent:** Broadcast messages from sender to all the interested receivers.