aggregate data collection
Jake Morgan <[email protected]> Fri, 7 Nov 2014 12:45:09 -0500
| Newsgroups | gmane.org.user-groups.ajug.members |
|---|---|
| Message-ID | <CAP+xNhu7ruhM48UedF=XqdDSxF_7kvmJNys1qg32Zd0cbhWhWg@mail.gmail.com> |
The mashup pattern that you are describing is common. Mule ESB is quick, easy, and flexible. Highly recommend downloading Anypoint Studio and give it a go. Everything you need is self-contained within Studio. Use the Scatter-Gather flow control with your various server call paths. Scatter-Gather will send the incoming message to each path in parallel. When each path returns, Scatter-Gather will assemble a Collection as the result. If required, you can use logic in Groovy, Java, Python, etc to transform the Collection into your ultimate format. On Fri, Nov 7, 2014 at 12:00 PM, <[email protected]> wrote: > aggregate data collection _______________________________________________ ajug-members mailing list [email protected] http://lists.ajug.org/mailman/listinfo/ajug-members