[
https://issues.apache.org/jira/browse/CAMEL-15613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337583#comment-17337583
]
Jeremy Ross commented on CAMEL-15613:
-------------------------------------
I'm having a similar issue with Timer. Many things are asynchronous now, which
appears to make it difficult to achieve a fixed rate timer. E.g., if a route
makes a salesforce query, when the query result is returned, the remainder of
the route will run in a different thread. The original timer thread frees up,
and the timer fires again before the original route completes.
> Camel Timer does not honor fixedRate=false
> ------------------------------------------
>
> Key: CAMEL-15613
> URL: https://issues.apache.org/jira/browse/CAMEL-15613
> Project: Camel
> Issue Type: Bug
> Components: came-core
> Affects Versions: 3.5.0
> Reporter: Sreejesh
> Priority: Minor
> Attachments: code.zip
>
>
> Noticed a different behaviour of Camel timer with 3.5.0 when compared with
> Camel version 2.24.3. In 3.5.0. Camel timer fires events as if it is
> fixedRate is true (even if I explicitly make it false in the Camel URL).
>
> The same code behaves differently in Camel 2.24.3.
>
> I am attaching sample code for 3.5.0 version.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)