Re: Help with Splitter/Aggregator-like behavior

2018-09-28 Thread Ron Cecchini
> On September 20, 2018 at 7:30 AM Claus Ibsen wrote: > > > Hi > > You can use the splitter and aggregator to do something like that. > > The aggregator can group the splitted messages together based on that > frame, and it can do this in out of order. > And the output of the aggregator is rou

Re: Help with Splitter/Aggregator-like behavior

2018-09-20 Thread Claus Ibsen
Hi You can use the splitter and aggregator to do something like that. The aggregator can group the splitted messages together based on that frame, and it can do this in out of order. And the output of the aggregator is routed separated from the input (async) Maybe try to build a simple use-case