[ 
https://issues.apache.org/activemq/browse/CAMEL-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60986#action_60986
 ] 

Claus Ibsen commented on CAMEL-3011:
------------------------------------

For example you could have multiple camel contexts running and suspend one of 
them, this means the scheduler is still started and active for the other camel 
context. Now resuming the first context will re-add the job to the scheduler. 
Which must be deferred so the route is fully started, so when the job is 
triggered it has a fully started route to process.

> Using multiple CamelContext with quartz scheduler so keep track of the 
> individual camel contexts
> ------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3011
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3011
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-quartz
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> The default will by default only register the first CamelContext. Which is 
> used in non statefull jobs to lookup endpoints etc.
> Instead the camel-quartz component should keep track of all the different 
> camel contexts and use the id of the context on the job so it can lookup the 
> context.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to