Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Use Case

Messaging System Patterns

When two independent applications need to exchange information, they can do so by transmitting data through a channel that connects the two.

Message Channel Patterns

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.

Message Endpoint Pattern

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?

Message Routing Pattern

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).

Message Transformation Pattern

The message transformation patterns describe how to modify the contents of messages for various purposes.