Hi, I am having a scenario:
HTTP(BC)-------> JSR----------->Aggregator---------------->HTTP(BC) My requirement is: In JSR, we need incorporate the multi threading logic for getting the data from different data sources and by using the aggregator pattern we need to aggregate the xml data coming from different datasources and send the response back to the HTTP(BC). Can anyone please tell me how to use the aggregator pattern in this regard. -- View this message in context: http://www.nabble.com/Reg%3AAggregator-Pattern-tp15582806s12049p15582806.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
