Hi Folks

Am reading a file using File Consumer Endpoint as follows. Can someone help
me with the *name of the Header to which the name of the file picked in
mapped*?

I want the *consumed fileName* to be copied to a header called MessageID.
Following doesn't work. It stores null

<route>
                <from uri="file:{{recoveryFolder}}"/>
                
                 <setHeader headerName="MessageID">
                        <simple>${org.apache.camel.file.name}</simple> 
                                
                </setHeader>
                
                <to uri="{{inboudQueueName}}" />
</route>





--
View this message in context: 
http://camel.465427.n5.nabble.com/File-Consumer-Endpoint-File-Name-Header-tp5755253.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to