You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Mikael Carlstedt (JIRA)" <ji...@apache.org> on 2018/10/20 08:49:00 UTC

[jira] [Resolved] (CAMEL-12889) useFixedDelay property of ScheduledPollConsumer has no effect

     [ https://issues.apache.org/jira/browse/CAMEL-12889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikael Carlstedt resolved CAMEL-12889.
--------------------------------------
    Resolution: Not A Bug

My apologies - it works as intended. I jumped to conclusions when it didn't work as I expected, not noticing the introspection that delegates all settings to the scheduler. My expectation was wrong because I thought that ScheduledExecutorService.scheduleWithFixedRate() allows overlapping runs but it doesn't.

> useFixedDelay property of ScheduledPollConsumer has no effect
> -------------------------------------------------------------
>
>                 Key: CAMEL-12889
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12889
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Mikael Carlstedt
>            Priority: Minor
>
> The setUseFixedDelay() method of contained ScheduledPollConsumerScheduler instance should be called to change the behaviour when setUseFixedDelay() is called.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)