Hi guys,
Here's my situation.
I'm processing a file and I'm sending an email to tell the user that the
file is being processed.
I would like to put the file name in the subject of the email but I don't
know how to do that.
The file name is in the header CamelFileName.
Here's how I set the subject of the email without the file name :
.setHeader("subject", constant("Starting File processing "))
Any hint ?
--
View this message in context:
http://www.nabble.com/Dynamic-header-setting-tp25220559p25220559.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.