A.3. ServiceMix EIP Patterns
The patterns supported by ServiceMix EIP are shown in Table A.2, “ServiceMix EIP Patterns”.
![]() | Content-Based Router | How we handle a situation where the implementation of a single logical function (e.g., inventory check) is spread across multiple physical systems. |
![]() | Content Enricher | How we communicate with another system if the message originator does not have all the required data items available. |
![]() | Message Filter | How a component avoids receiving uninteresting messages. |
![]() | Pipeline | How we perform complex processing on a message while maintaining independence and flexibility. |
![]() | Resequencer | How we get a stream of related but out-of-sequence messages back into the correct order. |
![]() | Static Recipient List | How we route a message to a list of specified recipients. |
Static Routing Slip | How we route a message consecutively through a series of processing steps. | |
![]() | Wire Tap | How you inspect messages that travel on a point-to-point channel. |
![]() | XPath Splitter | How we process a message if it contains multiple elements, each of which may have to be processed in a different way. |