Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 24476 invoked from network); 28 Oct 2009 08:10:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 08:10:50 -0000 Received: (qmail 38194 invoked by uid 500); 28 Oct 2009 08:10:49 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 38129 invoked by uid 500); 28 Oct 2009 08:10:48 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 38119 invoked by uid 99); 28 Oct 2009 08:10:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 08:10:48 +0000 X-ASF-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of asterisk4juraj@gmail.com designates 209.85.218.215 as permitted sender) Received: from [209.85.218.215] (HELO mail-bw0-f215.google.com) (209.85.218.215) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 08:10:46 +0000 Received: by bwz7 with SMTP id 7so695233bwz.6 for ; Wed, 28 Oct 2009 01:10:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=AWp0wRqdFTzxCf3cu1a9eCVcxt815/B7dnOb2M8z38s=; b=dS3yGVL04F0l8wv/+bwFpQCeTDAy/vj0kjCqgpTtyGqOd2A6sXIrKW2f9UQUzowmAt +ZPrZEopnXSk1rmqNGtZ9edhXiMOiFV6MKkRNRmQO6nTF0TfSFTa3OfqHZK8pBpz6rJO r5ydkJLpZoU5PQKMQH3WM1nuIknQBr3T2U43Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HuHCftSFw2/0rbDxCJrh8gBeDFC0ESBK4bxduq7EX9FBWcZe4t5pf2Myvyd/mB2c8P 5lHDLuMpYEAy41fjuhW9o5UPGMPGgP1j26Z/SrjVcwczYoKjRy0Si6IN6rPhszkUqtsU QG92T4Jzht5T861MjZPj/ZCMSqTWRQjRLVs7I= MIME-Version: 1.0 Received: by 10.239.163.201 with SMTP id q9mr1482812hbd.38.1256717424931; Wed, 28 Oct 2009 01:10:24 -0700 (PDT) Date: Wed, 28 Oct 2009 09:10:23 +0100 Message-ID: <4b5c99f0910280110x73ad2fa4o13af3c99815c939e@mail.gmail.com> Subject: ActiveMQ Queue "frozen" From: Juraj Bednar To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hello, we are using ActiveMQ 5.3. Application is using Spring JMSTemplate (DefaultMessageListenerContainer) configured like this: The container has started, few messages are delivered. When things go wrong, onMessage returns without exception (we can see that from our logs). In a "stuck" state, code is not in our application, so it seems ActiveMQ is somewhat frozen, but it should not be waiting for anything in application. There are no exceptions in the console. When I click in the admin interface, everything is okay, except for our queue. Clicking on a queue name or any of the operations (except for View consumers) hangs. I can not even purge the queue or view it's messages. I believe this is a bug in ActiveMQ, or I am not getting something, but I think any consumer should freeze ActiveMQ. No other consumers get messages either. Is this a known bug or I have configured something wrong? We are using a cluster, which mainly works with one or two consumers. When I disconnect or connect the cluster, the behavior is still the same. Any ideas? Thank you, Juraj.