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.
