fix for: https://issues.apache.org/jira/browse/AMQ-3031 Don't use the scheduleAtFixedRate method in our scheduler as we don't really have a need for real time task execution, just use the fixed delay scheduler so that jobs don't stack up.