> 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
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