LibraryLink ToToggle FramesPrintFeedback

Overview of the Patterns

FUSE Mediation Router supports most of the patterns from the book, Enterprise Integration Patterns by Gregor Hohpe and Bobby Woolf.

The messaging systems patterns introduce the fundamental concepts and components that make up a messaging system.


A messaging channel is the basic component used for plumbing together the participants in a messaging system. The following patterns describe the different kinds of messaging channels you can have.


The message construction patterns describe the various forms and functions of the messages that pass through the system.


The message routing patterns 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.


A messaging endpoint denotes the point of contact between a messaging channel and an application. The messaging endpoint patterns describe various features and qualities of service that can be configured on an endpoint.


The system management patterns describe how to monitor, test, and administer a messaging system.