Hi, I just created JIAR[1] and did a quick fix for this issue both Camel 2.0 and Camel 1.x branch. Please check out the latest SNPASHOT[2] or the coming up Camel 1.6.1 for it. [1]https://issues.apache.org/activemq/browse/CAMEL-1597 [2]https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/
Willem Willem Jiang wrote: > How about return a List<Message> from the POJO bean method? > Then we can check the List Object in the Splitter's > createProcessorExchangePairsList() and > createProcessorExchangePairsIterable(), if the object in the list is > Message, we can set the Exchange's InMessage > with the Message object that we get from the list. > > Willem >