Ok, Is there a way to respect the order?

Ruwan Linton-3 wrote:
> 
> j0na wrote:
>> When split and agregate the response, the order is preserved?
>>   
> No there is no guarantee on the order because the splitted messages are 
> processed in parallel which ever response comes first will be appended 
> first.
>> How the system works?
>>   
> Request message will be splitted into several messages and processed in 
> parallel and the responses are aggregated depending on a message 
> property which has been put at the splitting time.
> 
> Basically, all the splitted messages will contain two properties namely 
> corelationID which is the parent message id and the messageSequence 
> which is something like 1/4, 2/4,...., 4/4 and so on.
>> If I send two request, the ESB ads the two request toguether in the
>> response?
>>   
> This can be done by specifying the preservePayload attribute of the 
> aggregate mediator as true.
> 
> Thanks,
> Ruwan
> 
> 
> _______________________________________________
> Esb-java-user mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Splitting-and-aggregating-the-responses-tp17424281p17485035.html
Sent from the WSO2 ESB Users mailing list archive at Nabble.com.


_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to