...
Name | Use Case |
---|---|
When two independent applications need to exchange information, they can do so by transmitting data through a channel that connects the two. | |
When two different applications or systems wish to exchange data, they can accomplish this by transmitting the data through a common channel that connects the two. | |
How does an application connect to a messaging channel to send and receive messages? | |
Pipes and Filters Pattern | How can we perform complex processing on a message while still maintaining independence and flexibility? |
Describe various ways of linking message channels together, including various algorithms that can be applied to the message stream (without modifying the body of the message). | |
The message transformation patterns describe how to modify the contents of messages for various purposes. |