Skip to content

Commit 8ba0192

Browse files
committed
Add EIP tag to relevant patterns
1 parent 899b961 commit 8ba0192

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

message-channel/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Message Channel
44
folder: message-channel
55
permalink: /patterns/message-channel/
66
categories: Integration
7-
tags: Java
7+
tags:
8+
- Java
9+
- EIP
810
---
911

1012
**Intent:** When two applications communicate using a messaging system they do it by using logical addresses

publish-subscribe/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Publish Subscribe
44
folder: publish-subscribe
55
permalink: /patterns/publish-subscribe/
66
categories: Integration
7-
tags: Java
7+
tags:
8+
- Java
9+
- EIP
810
---
911

1012
**Intent:** Broadcast messages from sender to all the interested receivers.

0 commit comments

Comments
 (0)