From dev-return-21968-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Sep 06 14:09:04 2010 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 85921 invoked from network); 6 Sep 2010 14:09:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Sep 2010 14:09:04 -0000 Received: (qmail 1949 invoked by uid 500); 6 Sep 2010 14:09:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 1779 invoked by uid 500); 6 Sep 2010 14:09:02 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 1771 invoked by uid 99); 6 Sep 2010 14:09:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 14:09:01 +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; Mon, 06 Sep 2010 14:09:01 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o86E8eY4003137 for ; Mon, 6 Sep 2010 14:08:40 GMT Message-ID: <24085854.10911283782120390.JavaMail.jira@thor> Date: Mon, 6 Sep 2010 10:08:40 -0400 (EDT) From: "Arne Seime (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2897) JobSchedulerStore is not started unless a message requesting delayed delivery is added to the queue or a job list request is done in the admin console In-Reply-To: <3142745.10901283782000374.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arne Seime updated AMQ-2897: ---------------------------- Attachment: activemq.log.1 activemq.log.2 Log file using DEBUG level. The .2 is the result of the first broker start, and the .1 is the result of the second startup. > JobSchedulerStore is not started unless a message requesting delayed delivery is added to the queue or a job list request is done in the admin console > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: AMQ-2897 > URL: https://issues.apache.org/activemq/browse/AMQ-2897 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.4.0 > Environment: Ubuntu 10.04, Java1.6u20 64bit > Reporter: Arne Seime > Attachments: activemq.log.1, activemq.log.2 > > > Problem: Job scheduler does not get started after broker restart. > 1) Fire up the broker (using default config (bin/activemq console) > 2) Start the client app (I'm using Mule) > 3) Post a message to the queue with AMQ_SCHEDULED_DELAY set to some value (10000ms) > 4) Shut down the broker > 5) Fire up the broker again > Expected behavior: The broker would start the job scheduler and fire off the job waiting > Actual behavior: The job scheduler starts when > 1) a new message is posted to the queue with the AMQ_SCHEDULED_DELAY set > 2) I click on the "Scheduled" link in the admin ui -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.