scheduled route policy should not start Quartz scheduler, but let 
QuartzComponent do that
-----------------------------------------------------------------------------------------

                 Key: CAMEL-4197
                 URL: https://issues.apache.org/jira/browse/CAMEL-4197
             Project: Camel
          Issue Type: Improvement
          Components: camel-quartz
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.8.0


The QuartzScheduler lifecycle is handled by QuartzComponent and we should let 
it startup the scheduler. The component does this best as it has logic to 
ensure all that the scheduler is only started after the entire CamelContext has 
been fully initialized and started. This is to ensure the scheduler do not 
trigger any action that may send in messages to Camel routes and whatnot too 
early (when CamelContext is not really ready).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to