I would like split a message and have the message flow through my routes. At the end of my route processing I want the split messages to go back via JMS queue. I can split message, but appears that Camel is aggregating the messages back together. Is there a method to prevent split messages from aggregating?
Is this possible? Thanks you, Tyler