I have a situation in which I am generating a list of tasks in my camel producer then I need to send multiple exchanges containing each of these single task so that next component can process it.
Is there any pattern or producer in Camel which can serve my purpose.
I know there is DefaultTemplateProducer but my next part in route is processor which doesnot have an endpoint to point to so its of no use to me.
You could perhaps use the Camel splitter pattern to split the list and send it down the route?