The PipelineComponent can be used to send an in-only mep to an in-out
exchange.
The response of the in-out will be sent as an in-only mep to another
component.
The ChainedComponent can be used to make an in-out mep go through
several components.
Each response will be used as the input for the next component and the
last one will be sent back.
Cheers,
Guillaume Nodet
[EMAIL PROTECTED] wrote:
How does the PipelineComponent differ from the ChainedComponent? It seems as
though they both allow for the synchronous chaining of named, deployed,
services.
/jonathan