Michaël COLL created CAMEL-12861:
------------------------------------
Summary: Throttler seams to malfunction if system date change
during execution
Key: CAMEL-12861
URL: https://issues.apache.org/jira/browse/CAMEL-12861
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.21.2
Reporter: Michaël COLL
The camel throttler component seams to malfunction if system date is changed
during execution.
Test case :
* Start a route with a throttle component at 14h00 with configuration :
** rejectExecution = true
** timePeriodMillis = 2000ms
** maximumRequestCount = 10
* Send 1 message on this route
* Change system date to 12h00
* Send 1 message
* A ThrottlerRejectedExecutionException is thrown
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)