Hi All,
I've some problems with my flow, I hope you could help me with this. The situation I want to achieve is describe in the attached image,
Functional: as input I've an event and which will be transformed in X number of xml-message (I left a few steps out of the image because the are not relevant).
First I collect an object an put it on a subscribable channel, where a service activator and splitter are listening to. (The splitter will aventialy split up the object in het number of messages that will be send out). But this message also need some generic information which is the same for all outgoing messages.
The generic part does some service calls to other systems, this is not something you want to do for every message again. Also don't want to do the generic part in front else I have to store a lot of objects into the payload. And I don't know in how many objects the messages will be splitted.
So I want to aggregate all splitted messages with the "one" generic part, is this possible or should this be solved in a different way?
flow.jpg


Reply With Quote
