Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 32888 invoked from network); 29 May 2007 14:19:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 14:19:27 -0000 Received: (qmail 932 invoked by uid 500); 29 May 2007 14:19:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 913 invoked by uid 500); 29 May 2007 14:19:30 -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 903 invoked by uid 99); 29 May 2007 14:19:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 07:19:30 -0700 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 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, 29 May 2007 07:19:24 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ht2XP-0000PD-JF for users@activemq.apache.org; Tue, 29 May 2007 07:19:03 -0700 Message-ID: <10854794.post@talk.nabble.com> Date: Tue, 29 May 2007 07:19:03 -0700 (PDT) From: Adrian Tarau To: users@activemq.apache.org Subject: Re: Message queue getting blocked In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: adrian.tarau@gmail.com References: X-Virus-Checked: Checked by ClamAV on apache.org Hello James, I have the same problem, the producer is blocked during close, even from the begging. I've tried with a memory limit of 200M but it still hangs from the first create/close. Name: SAMS-Worker-queue.contact_type-1 State: WAITING on edu.emory.mathcs.backport.java.util.concurrent.locks.CondVar@891d76 Total blocked: 10 Total waited: 5 Stack trace: java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java:474) edu.emory.mathcs.backport.java.util.concurrent.locks.CondVar.await(CondVar.java:75) edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:318) org.apache.activemq.transport.FutureResponse.getResult(FutureResponse.java:42) org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:75) org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1175) org.apache.activemq.ActiveMQSession.syncSendPacket(ActiveMQSession.java:1663) org.apache.activemq.ActiveMQMessageConsumer.close(ActiveMQMessageConsumer.java:542) com.daxtechnologies.sams.manager.AbstractSamsManagerQueue.consume(AbstractSamsManagerQueue.java:231) com.daxtechnologies.sams.manager.SamsManagerQueues$AbstractQueueRunnable.consume(SamsManagerQueues.java:456) com.daxtechnologies.sams.manager.SamsManagerQueues$AbstractQueueRunnable.throttleQueue(SamsManagerQueues.java:434) com.daxtechnologies.sams.manager.SamsManagerQueues$AbstractQueueRunnable.run(SamsManagerQueues.java:473) com.daxtechnologies.sams.manager.SamsManagerThreadPool$WorkerThead.run(SamsManagerThreadPool.java:206) -- View this message in context: http://www.nabble.com/Re%3A-Message-queue-getting-blocked-tf3335509s2354.html#a10854794 Sent from the ActiveMQ - User mailing list archive at Nabble.com.