Great stuff Julien, Don't hesitate to have also a look to camel-bindy http://camel.apache.org/bindy.html. It will simplify your life in term of binding csv to your model object, ...
Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer ***************************** blog : http://cmoulliard.blogspot.com On Wed, Jul 8, 2009 at 5:20 PM, Julien D <[email protected]> wrote: > > Hi guys, > > I made a full integration example doing the following things : > > - Consum multiple messages from a CSV files > - unmarshal the content using camel-csv > - split the messages using the split method > - Convert the body into a buisiness object using custom camel converters > - Process the body using a processor > - marshal the result into XML using camel-xstream > - Produce to a JMS endpoint > > http://onjavahell.blogspot.com/2009/05/taking-apache-camel-for-ride.html > http://onjavahell.blogspot.com/2009/05/taking-apache-camel-for-ride.html > > Hope it can help some people. > -- > View this message in context: > http://www.nabble.com/Full-integration-example-from-a-CSV-files-to-a-JMS-queue-tp24393087p24393087.html > Sent from the Camel - Users (activemq) mailing list archive at Nabble.com. > >
