LibraryToggle FramesPrintFeedback

The ServiceMix EIP pipeline pattern, shown in Figure A.4, is used to pass messages through a single transformer endpoint, where the transformer's input is taken from the source endpoint and the transformer's output is routed to the target endpoint. This pattern is thus a special case of the more general Fuse Mediation Router pipes and filters pattern, which enables you to pass an In message through multiple transformer endpoints.


Example A.10 shows how to define a pipeline using the ServiceMix EIP component. Incoming messages are passed into the transformer endpoint, test:decrypt, and the output from the transformer endpoint is then passed into the target endpoint, test:plaintextOrder.


Comments powered by Disqus
loading table of contents...