Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 11246 invoked from network); 8 Dec 2006 09:01:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 09:01:49 -0000 Received: (qmail 43086 invoked by uid 500); 8 Dec 2006 09:01:58 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 42877 invoked by uid 500); 8 Dec 2006 09:01:57 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 42868 invoked by uid 99); 8 Dec 2006 09:01:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 01:01:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 01:01:45 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gsbbh-000287-28 for activemq-users@geronimo.apache.org; Fri, 08 Dec 2006 01:01:25 -0800 Message-ID: <7754584.post@talk.nabble.com> Date: Fri, 8 Dec 2006 01:01:25 -0800 (PST) From: osian To: activemq-users@geronimo.apache.org Subject: Consumer Hanging MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: osian@osian.me.uk X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am using ActiveMQ4.1, and I seem to have consumers that stop consuming at random times. I am trying to do a large test, where one JMS message is posted, it then gets processed, acknowledged, and then due to processing, multiple messages may be posted onto the queue. I am using CLIENT_ACKNOWLEDGE for the receive queue, along with receive(5000) (note I have tried it with message listeners, and auto acknowledge), and the post queue is AUTO_ACKNOWLEDGE. I cant seem to work out why the consumers are hanging, any pointers would be beneficial, Thanks in advance, Osian -- View this message in context: http://www.nabble.com/Consumer-Hanging-tf2779436.html#a7754584 Sent from the ActiveMQ - User mailing list archive at Nabble.com.