Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 31452 invoked from network); 29 Jul 2010 08:13:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 08:13:20 -0000 Received: (qmail 88999 invoked by uid 500); 29 Jul 2010 08:13:20 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 88872 invoked by uid 500); 29 Jul 2010 08:13:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 87948 invoked by uid 500); 29 Jul 2010 08:13:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 87944 invoked by uid 99); 29 Jul 2010 08:13:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 08:13:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 08:13:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6T8CpB5027701 for ; Thu, 29 Jul 2010 08:12:52 GMT Message-ID: <6461740.55431280391171808.JavaMail.jira@thor> Date: Thu, 29 Jul 2010 04:12:51 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-3009) Add option to quartz consumer to ignore jobs being triggered due restarting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org Add option to quartz consumer to ignore jobs being triggered due restarting --------------------------------------------------------------------------- Key: CAMEL-3009 URL: https://issues.apache.org/activemq/browse/CAMEL-3009 Project: Apache Camel Issue Type: New Feature Components: camel-quartz Affects Versions: 2.4.0 Reporter: Claus Ibsen Priority: Minor Fix For: 2.5.0 Quartz scheduler may by default try to catch up if a quartz consumer has been stopped for a while. Then when its started it may trigger a series of jobs due they were supposed to be triggered if the consumer has been always running. We should make it easy to configure an option to tell Camel to ignore those jobs. For example if you have a trigger to run every 5th second. And you pause a consumer for 2 hours. You may not want quartz to fire 12 * 60 * 2 jobs when its started to catch up for those 2 hours. Quartz itself may have an option you can configure on the job but it may not be obviously how to do this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.