Enterprise Integration Patterns
Design Patterns for Process Integration
Last updated
Was this helpful?
Design Patterns for Process Integration
Last updated
Was this helpful?
A Collection of underlying common code for reuse is termed a Pattern. A pattern could be routing a message based on a criteria. Patterns form a solution as a standardized approach to a common problem. Integration Processes can use these standard patterns to send messages from one place to another.
This pattern is used when you want to route your message to the destination based on the message content. Content could be a part of the header or the body.