Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F00431004C for ; Thu, 13 Mar 2014 10:22:16 +0000 (UTC) Received: (qmail 69292 invoked by uid 500); 13 Mar 2014 10:21:21 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 69241 invoked by uid 500); 13 Mar 2014 10:21:17 -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 69099 invoked by uid 99); 13 Mar 2014 10:21:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 10:21:08 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 209.85.213.172 as permitted sender) Received: from [209.85.213.172] (HELO mail-ig0-f172.google.com) (209.85.213.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 10:21:05 +0000 Received: by mail-ig0-f172.google.com with SMTP id uq10so16669724igb.5 for ; Thu, 13 Mar 2014 03:20:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Rj9yjCB8RF0L12/9nD/0EEfctJrQ0mF6Ae+t/NDEFxE=; b=EmBmQe6FcgsFST/xwR8871gUNg6Xiya2YL15PLoC30w2/rcvUm+KeLAcp/yiObkjhs Ogt1mdM+kS7mNeii0IVfY4dYpQkFq6K0OhX+DI0b9KUHPbRmYPrIYOPQbjznJgea+Gzj TBCBMb19J0wvonIuARN8a5v6Xd/VnXWjsiSyFeI1J+vGWn6ntEbkoq2+ySnyQ7E5Asga ulx1Fp+gEG5COjzx6lnEOIok5RHA0Np0Btjto/4f1njUq3zdZqhDuedI1iuTMe1Fshf9 KN87p/YBxkhc2C2Wpqtqw5qNuP9t+sZVOdF4WSY+AqV9RPqrY+IsM9wayxz94pwtcrZu SEgA== MIME-Version: 1.0 X-Received: by 10.50.11.36 with SMTP id n4mr944651igb.3.1394706044629; Thu, 13 Mar 2014 03:20:44 -0700 (PDT) Received: by 10.64.225.205 with HTTP; Thu, 13 Mar 2014 03:20:44 -0700 (PDT) Received: by 10.64.225.205 with HTTP; Thu, 13 Mar 2014 03:20:44 -0700 (PDT) In-Reply-To: <1394665806993-4678923.post@n4.nabble.com> References: <1394665806993-4678923.post@n4.nabble.com> Date: Thu, 13 Mar 2014 10:20:44 +0000 Message-ID: Subject: Re: ActiveMQ consumers stop accepting messages From: Gary Tully To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=047d7bdca8be5b3af104f47a4e1e X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdca8be5b3af104f47a4e1e Content-Type: text/plain; charset=ISO-8859-1 Looks like consumers don't ack. What is the client side ack mode? On 12 Mar 2014 23:11, "davery" wrote: > Hi, > > I have two ActiveMQ 5.8 instances setup in a network of brokers. Each > instance is hosted on a separate machine running Ubuntu 12.04 with 8GB of > memory. After one week in production, we started seeing consumers that > wouldn't accept messages. In the web console I can see the messages enqueue > and messages in the dispatch queue, but the messages are never consumed in > the server application. Restarting the consumer doesn't fix the problem. > When I tried restarting the ActiveMQ instance it failed to shutdown -- > needed to kill -9 the pid. > > I believe the problem is on the broker or in the CMS library, but I can't > seem to track it down. Has anyone seen a problem like this before? > > =================================================================== > Application topology, request/response pattern w/temp queues, not > persistent: > > ASP.NET/NMS <-- producer (x350) --> ActiveMQ 5.8 (x2) <-- consumer (x120) > --> C++/CMS > Win2003/IIS6 Ubuntu 12.04/OpenJDK 7 > Ubuntu 12.04 > > =================================================================== > Portions of activemq.xml: > > optimizedDispatch="true" > lazyDispatch="false" > producerFlowControl="false" > strictOrderDispatch="false"> > > queuePrefix="DLQ." > useQueueForQueueMessages="true" /> > > > > > > > > > > > > > > > > > > > > > > > =================================================================== > JVM memory: > ACTIVEMQ_OPTS_MEMORY="-Xms4G -Xmx4G" > > Thanks, > > Dave > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-consumers-stop-accepting-messages-tp4678923.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --047d7bdca8be5b3af104f47a4e1e--