我想使用camel构建从文件夹到文件夹应用程序的简单副本:
<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
<route>
<from uri="file:src/data?noop=true"/>
<to uri="file:src/data/new"/>
</route>
</camelContext>
我想每5秒钟添加一次石英来复制文件。
我发现了这样的事情:
<bean id="quartz" class="org.apache.camel.component.quartz.QuartzComponent">
<property name="startDelayedSeconds" value="5"/>
</bean>
但我不知道如何在我的例子中使用它。
请帮忙
答案 0 :(得分:2)
您不需要使用石英。只需改变你的: ?文件:源/数据空操作=真安培; consumer.delay = 5000