Petals Getting started - day 5 - EIP Orchestration

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View Page History
h2. Integration process definition

You will use Enterprise Integration Patterns (EIP, see below for explanations) to create this process :
* Several messages are sent to an *EIPAggregator* pattern, which bufferizes all the incoming messages.
* Trigger A trigger message is sent to *EipAggregator.*
* The *EipAggregator* sends an aggregated message to *EipSPlitter*.
* The *EipSplitter* splits the aggregated message back into multiple messages.
* *EipSPlitter* sends the multiple messages to the operation *AddIntegers* on the service *MathOperations.*
* *MathOperations.AddIntegers* processes the messages and send you the responses.
* The *EipSPlitter* sends the multiple messages to the operation *AddIntegers* of the *MathOperations service.*
* The *MathOperations.AddIntegers* operation processes the messages and sends the responses.

{gliffy:space=petalscomponents|page=Bufferize operations with EIP|name=Petals RMI-EIP-JSR181}