Hi, I am new to ActiveMQ / camel. Up to now I was not able to solve the following problem:
I have this xml structure in a file: sendby>eMail</sendby> <language>EN</language> <priority>low</priority> <headline>Reminder</headline> <from>[EMAIL PROTECTED]</from> <to>[EMAIL PROTECTED]</to> <cc></cc> <bcc></bcc> <textbody>Text TextTextTextTextText</textbody> <createtime></createtime> <createby></createby> <validuntil></validuntil> I configure a route in camel that reads the file from the file system (from uri file...). finally I want to send a eMail using the uri smtp (to uri smtp). But before sending it to the smtp uri i have to do a transformation. That is my problem. How can I configure in xml-spring that the content of my source file in the tag "textbody" is shifted to the mail text of the smtp uri. Thank you for any hints. Regards Martin -- View this message in context: http://www.nabble.com/Transformation-task-in-Spring-tp18647141s22882p18647141.html Sent from the Camel - Users mailing list archive at Nabble.com.
