5 Replies Latest reply on Feb 2, 2009 3:22 PM by janstey

    Scatter / Gatter Pattern using Camel

    mggardiner

      Does anyone have any good examples of how to use Camel to implement a Scatter / Gather pattern?

       

      From what I understand about Camel so far it looks like I will need to implement my own aggregation strategy and perhaps Collection as well.

       

      Specifically, I would like to split the content of an XML message according to certain tags such as SectionOne through SectionThree which will use multicast to distribute the messages to be processed concurrently and return with certain results to be aggregated back into a single XML document message before being returned to the originator.