X Tutup
Skip to content

Commit 6b94390

Browse files
committed
iluwatar#143 Added pattern description to index.md
1 parent 96dc4cd commit 6b94390

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

message-channel/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: pattern
3+
title: Message Channel
4+
folder: message-channel
5+
permalink: /patterns/message-channel/
6+
categories: Integration
7+
tags: Java
8+
---
9+
10+
**Intent:** When two applications communicate using a messaging system they do it by using logical addresses
11+
of the system, so called Message Channels.
12+
13+
![alt text](./etc/message-channel.png "Message Channel")
14+
15+
**Applicability:** Use the Message Channel pattern when
16+
17+
* two or more applications need to communicate using a messaging system

0 commit comments

Comments
 (0)
X Tutup