Design Patterns: Scatter- Gather Pattern
Submitted by admin on Tue, 03/02/2010 - 17:07
Posted in
Use a Scatter-Gather that broadcasts a message to multiple recipients and re-aggregates the responses back into a single message.
The Scatter-Gather routes a request message to the a number of recipients. It then uses an Aggregator to collect the responses and distill them into a single response message.
