We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dc4cd commit 6b94390Copy full SHA for 6b94390
message-channel/index.md
@@ -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
+
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