Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 49691 invoked from network); 2 Sep 2008 18:41:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 18:41:42 -0000 Received: (qmail 53192 invoked by uid 500); 2 Sep 2008 18:41:39 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 53172 invoked by uid 500); 2 Sep 2008 18:41:39 -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 53161 invoked by uid 99); 2 Sep 2008 18:41:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 11:41:39 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 18:40:38 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KaaoO-0003B3-G1 for users@activemq.apache.org; Tue, 02 Sep 2008 11:41:08 -0700 Message-ID: <19275913.post@talk.nabble.com> Date: Tue, 2 Sep 2008 11:41:08 -0700 (PDT) From: jpoloney To: users@activemq.apache.org Subject: Re: Failing to read messages, AMQ5.0.0, Stomp In-Reply-To: <48BD0758.8000901@ttmsolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jpoloney@gmail.com References: <19248190.post@talk.nabble.com> <48BD0758.8000901@ttmsolutions.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Dejan, The queue is definitely not empty. Either that, and then receives some messages, but then is never able to read them again. I am looking at it right now and there is 160,000 messages waiting to be consumed, but my consumer is failing to read them. I restarted the consumer and it consumed about 400 messages, and then stopped. Further respawning of consumers doesn't appear to be do anything. The ActiveMQ admin console definitely shows the messages, but the consumer isn't doing anything. The other weird thing is, if I restart the message queue (and it loads all the persistent messages in), then it has no problems reading them again. Any thoughts? -- Joel Dejan Bosanac-3 wrote: > > Hi Joel, > > it seems to me like you are trying to read from an empty queue. > > Did you try some of the monitoring techniques > (http://activemq.apache.org/how-can-i-monitor-activemq.html) to see the > state of the broker (and particular queues)? > > Regards > > -- > Dejan Bosanac > > > http://www.ttmsolutions.com - get a free ActiveMQ user guide > > ActiveMQ in Action - http://www.manning.com/snyder/ > Scripting in Java - http://www.scriptinginjava.net > > -- View this message in context: http://www.nabble.com/Failing-to-read-messages%2C-AMQ5.0.0%2C-Stomp-tp19248190p19275913.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.