Hi!
Imagine scenario:
I have a message with a list of different kind of data (list with some kind of POJO). I would like to split that message (iterate over the list) and then route (depends on the kind of data) to different channels...Is there any way to do that?


Reply With Quote