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. Hi Julien
Great blog post. Glad you took the time to write such a well written post. I have added a link to it from the Camel articles page http://camel.apache.org/articles.html > -- > 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. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
