268.5. 启动 Quartz 调度程序

Quartz2 组件提供了一个选项,可让 Quartz 调度程序启动延迟,或根本不自动启动。

这是一个示例:

<bean id="quartz2" class="org.apache.camel.component.quartz2.QuartzComponent">
    <property name="startDelayedSeconds" value="5"/>
</bean>