Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 4092 invoked from network); 27 Apr 2007 14:13:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2007 14:13:22 -0000 Received: (qmail 97294 invoked by uid 500); 27 Apr 2007 14:13:28 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 97278 invoked by uid 500); 27 Apr 2007 14:13:28 -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 97269 invoked by uid 99); 27 Apr 2007 14:13:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 07:13:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gshpsrule@charter.net designates 209.225.8.181 as permitted sender) Received: from [209.225.8.181] (HELO mtai01.charter.net) (209.225.8.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 07:13:21 -0700 Received: from aa01.charter.net ([10.20.200.153]) by mtai01.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070427141300.KEQB1533.mtai01.charter.net@aa01.charter.net>; Fri, 27 Apr 2007 14:13:00 +0000 Received: from fepweb12 ([10.20.200.82]) by aa01.charter.net with ESMTP id <20070427141259.VTYY8690.aa01.charter.net@fepweb12>; Fri, 27 Apr 2007 10:12:59 -0400 Message-ID: <662602070.1177683179999.JavaMail.root@fepweb12> Date: Fri, 27 Apr 2007 7:12:59 -0700 From: Dave Carlson To: users@activemq.apache.org Subject: Re: Queue gets 'stuck' with AMQ4.2 Cc: Rob Davies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: from 12.47.12.131 by mail.charter.net; Fri, 27 Apr 2007 10:12:59 -0400 X-Chzlrs: 0 X-Virus-Checked: Checked by ClamAV on apache.org The producer keeps sending messages, as I would expect, but the consumer does not receive any messages. The consumer is started, and is acknowledged in the web console, but none of the messages are delivered. The queue eventually fills up and I get an OOME='pukes'. When this happens, I cannot even purge the queue from the web console. It has no effect on the queue. I can bounce AMQ, and then restart the producer and consumer and it works. The problem is that sometimes it does not work, instead it behaves as above. There are no error messages from either the producer or consumer. I am using simple code on both sides that just keeps sending messages from the producer, and consuming them with no processing on the consumer side. Thanks ---- Rob Davies wrote: > For 4.2/5.0 - the producer doesn't by default block. What do you mean > by 'pukes' ? > > On 26 Apr 2007, at 16:10, Dave Carlson wrote: > > > Hmm...I looked at that but am not sure that is what I am seeing. My > > producer keeps sending messages, and the queue keeps growing, but > > none of them are delivered. If I try to purge the queue from the > > console, nothing happens, the messages remain until it pukes. I > > have seen this with non-persistent messages. I have not started > > testing persistent messages yet. > > > > ---- James Strachan wrote: > >> On 4/25/07, Dave Carlson wrote: > >>> > >>> I am testing apache-activemq-4.2-20070328.130210-35 and > >>> sporadically, a queue > >>> stops responding altogether, and none of it's messages get > >>> delivered. I also > >>> cannot purge the queue. Eventually it fills up, and I just get an > >>> OOME and > >>> need to restart the queue. I get no messages in my log, other > >>> than the OOME. > >>> This happens whether I have 1 or 5 queues up on the server. Any > >>> ideas? > >> > >> It could be this... > >> > >> http://activemq.apache.org/my-producer-blocks.html > >> > >> -- > >> James > >> ------- > >> http://macstrac.blogspot.com/ > > >