106.7. 启动 Quartz 调度程序
Quartz 组件提供了一个使 Quartz 调度程序启动延迟或根本不自动启动的选项。
例如:
<bean id="quartz" class="org.apache.camel.component.quartz.QuartzComponent"> <property name="startDelayedSeconds" value="5"/> </bean>
<bean id="quartz" class="org.apache.camel.component.quartz.QuartzComponent">
<property name="startDelayedSeconds" value="5"/>
</bean>