The Clone Mediator can be used to clone a message into several messages. The Clone Mediator closely It resembles the Message Splitter Scatter-Gather enterprise integration pattern and will copy the message into a number of identical messages that will be processed in parallel. The original message cloned can be continued or dropped depending on the Boolean value of the optional continueParent
attribute. Optionally, a custom To
address and/or an soapAction
may be specified for cloned messages. The Clone mediator is similar to the Iterate mediator, with the difference being that whereas the Clone mediator makes identical copies of the message, the Iterate mediator splits the message into multiple parts.
...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
In this example, the Clone Mediator clones messages and redirects them to a Default Endpoint and an existing sequence.
See also Splitting Messages into Parts and Process in Parallel (Iterate / Clone).
...
hidden | true |
---|
...