I am using Apache Camel 2.7 with ActiveMQ 5.5.1.

I am trying to setup an endpoint filename with dynamic date, can someone
help.  I keep getting an error with the following...


<endpoint id="ftpEndpoint"

uri="ftp://a...@ftp.sample.com/OUT/Test?fileName=file-${date:now:yyyyMMdd}.xml";
/>

If I take off ${date:now:yyyyMMdd} the data gets sent to the file correctly.  
I'm looking for some direction, being very new to camel.

Thanks in advance.


--
View this message in context: 
http://camel.465427.n5.nabble.com/dynamic-filename-endpoint-tp5715076.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to