Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 99116 invoked from network); 20 Feb 2009 22:37:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2009 22:37:20 -0000 Received: (qmail 8900 invoked by uid 500); 20 Feb 2009 22:37:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 8870 invoked by uid 500); 20 Feb 2009 22:37:20 -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 8859 invoked by uid 99); 20 Feb 2009 22:37:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 14:37:20 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 22:37:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69AAD234C498 for ; Fri, 20 Feb 2009 14:36:59 -0800 (PST) Message-ID: <1724676723.1235169419431.JavaMail.jira@brutus> Date: Fri, 20 Feb 2009 14:36:59 -0800 (PST) From: "Hiram Chirino (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2133) activemq-flow's dispatcher's TimerHeap is converting units backwards In-Reply-To: <1994374836.1235167202916.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino resolved AMQ-2133. -------------------------------- Resolution: Fixed Applied. Thax. > activemq-flow's dispatcher's TimerHeap is converting units backwards > -------------------------------------------------------------------- > > Key: AMQ-2133 > URL: https://issues.apache.org/activemq/browse/AMQ-2133 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: incubation > Reporter: Colin MacNaughton > Fix For: incubation > > Attachments: AMQ-2133patch.txt > > > When a timer is added to the heap the units were being converted backwards so that adding a Runnable that is suppose to execute in 5000ms would execute in 5 nanoseconds. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.