Hi,

I have a timer-based sql query which works ok.
from("timer://foo?period=1000").
                        to("sql:select * from 
error?dataSourceRef=dataSource").split(???))
the result from the sql poll is coming in a list. What would be the easiest
way to split this List as would need to process the retrieved rows as
separate messages.
Is there a built-in mechanism for this?

Thanks
attila
-- 
View this message in context: 
http://www.nabble.com/Tip-needed%3A-easiest-way-to-split-tp26095446p26095446.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to