3.1. Overview of the Patterns

    xiaoxiao2021-03-25  61

    Enterprise Integration Patterns book

    Apache Camel supports most of the patterns from the book, Enterprise Integration Patterns by Gregor Hohpe and Bobby Woolf.

    Messaging systems

    The messaging systems patterns, shown in Table 3.1, “Messaging Systems”, introduce the fundamental concepts and components that make up a messaging system.

    Table 3.1. Messaging Systems 

    Messaging channels

    A messaging channel is the basic component used for connecting the participants in a messaging system. The patterns in Table 3.2, “Messaging Channels” describe the different kinds of messaging channels available.

    Table 3.2. Messaging Channels 

    Message construction

    The message construction patterns, shown in Table 3.3, “Message Construction”, describe the various forms and functions of the messages that pass through the system.

    Table 3.3. Message Construction 

    Message routing

    The message routing patterns, shown in Table 3.4, “Message Routing”, 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).

    Table 3.4. Message Routing   

    Message transformation

    The message transformation patterns, shown in Table 3.5, “Message Transformation”, describe how to modify the contents of messages for various purposes.

    Table 3.5. Message Transformation 

    Messaging endpoints

    A messaging endpoint denotes the point of contact between a messaging channel and an application. The messaging endpoint patterns, shown in Table 3.6, “Messaging Endpoints”, describe various features and qualities of service that can be configured on an endpoint.

    Table 3.6. Messaging Endpoints   

    System management

    The system management patterns, shown in Table 3.7, “System Management”, describe how to monitor, test, and administer a messaging system.

    Table 3.7. System Management 

    转载请注明原文地址: https://ju.6miu.com/read-35408.html

    最新回复(0)