0 0/10 13 * * ? tells Quartz to trigger att 13:10, 13:20, 13:30, 13:40 and
13:50
You need a stop route as well

I use the Java DSL and use both the policy.setRouteStartTime and
policy.setRouteStopTime
Should be same for Spring XML DSL.

To start at 13:10 and end at 13:50 you need
CronExpression Start:
0 10 13 * * ?
CronExpressionStop:
0 50 13 * * ?

/Magnus
2011/8/4 srimin <[email protected]>

> Hi
>
> Is n't it that the routeStartTime
> 0 0/10 13 * * ?
>
> tells to start at 13:00 hours and it stops at 13:50 every day.
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/EIP-pattern-for-blocking-messages-or-delaying-messages-tp4599813p4666433.html
>  Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to