Hi, I am using the File2 component with Spring DSL.
Can not seem to find a good way to externalize the options of the File2
component that take an "int" like
initialDelay and delay.
For example, the following will fail.
<from
uri="file://inDirectory?initialDelay=${initialDelayValue}&delay=${delayValue}"
/>
Any suggestions?
Thanks,
Allen
