Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 77798 invoked from network); 7 Sep 2009 10:50:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Sep 2009 10:50:36 -0000 Received: (qmail 29769 invoked by uid 500); 7 Sep 2009 10:50:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 29702 invoked by uid 500); 7 Sep 2009 10:50:36 -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 29692 invoked by uid 99); 7 Sep 2009 10:50:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 10:50:36 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 10:50:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3828D234C044 for ; Mon, 7 Sep 2009 03:50:12 -0700 (PDT) Message-ID: <358394884.1252320612228.JavaMail.jira@brutus> Date: Mon, 7 Sep 2009 03:50:12 -0700 (PDT) From: "Loc Truong (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2372) Number of pending messages are greater than 0 but no actual messages on queues In-Reply-To: <174146817.1251949932219.JavaMail.jira@brutus> 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 [ https://issues.apache.org/activemq/browse/AMQ-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loc Truong updated AMQ-2372: ---------------------------- Attachment: Abstract.php IPBonus.php activemq.xml Sure, check the files. Note that ever since upgrading to 5.3 Snapshot, it's happening more frequent whenever it reaches 2m messages. > Number of pending messages are greater than 0 but no actual messages on queues > ------------------------------------------------------------------------------ > > Key: AMQ-2372 > URL: https://issues.apache.org/activemq/browse/AMQ-2372 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.1.0 > Environment: CentOS 5 > Reporter: Loc Truong > Attachments: Abstract.php, activemq.xml, IPBonus.php > > > - Start up AMQ normally > - Running 2m to 3m messages daily > - After 36 to 72 hours, AMQ starts to act abnormally with "Number Of Pending Messages" showing a positive number (messages available) but nothing can get delivered. If I view the messages of a queue there are no messages, the "Number Of Pending Messages" stays positive and keeps increasing (messages are being sent continuously). The consumers also receives no messages (as what happens when I view the queues). > At the moment, we have to restart the AMQ manually as it's the only way to fix. It's kind of painful tho when it happens on weekend, holidays or midnight. > FYI, we use Stomp connector. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.