Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
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. |