We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ef5db commit b99d2b7Copy full SHA for b99d2b7
message-channel/src/main/java/com/iluwatar/message/channel/App.java
@@ -8,7 +8,7 @@
8
*
9
* When two applications communicate with each other using a messaging system
10
* they first need to establish a communication channel that will carry the
11
- * data. Message Channels are logical addresses in the messaging system.
+ * data. Message Channel decouples Message producers and consumers.
12
* <p>
13
* The sending application doesn't necessarily know what particular application
14
* will end up retrieving it, but it can be assured that the application that
0 commit comments