Hi
I request for urgent help on issue mentioned below.
I need to implement a splitter - aggregator combination such that if i send
input xml like --
<parties>
<party>
.....
<party>
<party>
.....
<party>
<party>
......
<party>
<parties>
my splitter should split above xml for each party --- this is done.
and then after i process each party xml, it it sent to aggregator, which
should collate all "Party" xml and make "Parties" xml as given above
containing all "Party" xmls.
I read about aggregator, and default behaviour of this is to return the
latest message.
essentially it is stateless.
Can anyone please help me know how i can develop a stateful aggrgator may be
by using my own custom aggregation startegy or by some other way to
implement above mentioned req.
best regards
tarandeep
--
View this message in context:
http://www.nabble.com/stateful-aggregator-tp17532438p17532438.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.