using Apache Camel (2.0M3) and Spring,
<route>
<from
uri="file:C:\test\trigger?initialDelay=1000&delay=500&useFixedDelay=false&recursive=false&delete=false&noop=false&move=.done&idempotent=false&readLock=none&readLockTimeout=0&autoCreate=true&flatten=false"/>
<pollEnrich
uri="file:C:\test\data?initialDelay=1000&delay=500&useFixedDelay=false&recursive=false&delete=false&noop=false&move=.done&idempotent=false&readLock=none&readLockTimeout=0&autoCreate=true&flatten=false"
timeout="5000" />
<to
uri="log:testlog?level=INFO&showExchangeId=true&showProperties=true&showBodyType=true&showBody=true&showOut=true&multiline=true"/>
</route>
FileConsumer("from" tag) move files from C:\test\data to C:\test\data\.done
, and not move files from c:\test\trigger to c:\test\trigger\.done .
Is this correct?
--
View this message in context:
http://www.nabble.com/Problem-with-FileConsumer-and-pollEnrich-tp24795192p24795192.html
Sent from the Camel - Users mailing list archive at Nabble.com.