Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 187 invoked from network); 26 Jun 2008 17:20:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 17:20:52 -0000 Received: (qmail 62520 invoked by uid 500); 26 Jun 2008 17:20:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 62148 invoked by uid 500); 26 Jun 2008 17:20:53 -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 62137 invoked by uid 99); 26 Jun 2008 17:20:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 10:20:52 -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; Thu, 26 Jun 2008 17:20:02 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KBv8u-0002hJ-T3 for users@activemq.apache.org; Thu, 26 Jun 2008 10:20:20 -0700 Message-ID: <18139017.post@talk.nabble.com> Date: Thu, 26 Jun 2008 10:20:20 -0700 (PDT) From: alanmc To: users@activemq.apache.org Subject: Re: ActiveMQ-5.1.0-RC3 - Messages going missing In-Reply-To: <53384B94-4E93-442B-B7BD-8D726888FE6C@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: alanmc@alum.mit.edu References: <2baa4b190804170624w5f927015g81b96b3b929ec047@mail.gmail.com> <2baa4b190804170625i67ff7a11l1341f53760bf8e5f@mail.gmail.com> <16820504.post@talk.nabble.com> <53384B94-4E93-442B-B7BD-8D726888FE6C@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Sorry for the long delay responding. I resolved this issue, it was a bug in our client code. A temporary queue was being cleaned up too early. rajdavies wrote: > > Are you using networks as well ? > > On 22 Apr 2008, at 04:01, alanmc wrote: > >> >> We're seeing the same behavior with 5.1.0. We're basically running >> the >> default broker configuration, with advisory support turned off. We >> were >> using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and >> after >> switching over with the exact same configuration we started seeing >> intermittent message dropping, probably about 1 in 3 messages going >> missing. >> The broker shows all messages as enqueued and dequeued. >> >> We're using ActiveMQ as middleware between a website and back-end >> services. >> We run python clients and model Request-Reply by creating a temp >> queue and >> sending the request with the reply-to attribute populated. Works >> great on >> 5.0.0 (except for troubling memory usage), but switch to 5.1.0 and 1 >> in 3 >> messages just disappear. >> >> >> Dhruba Bandopadhyay-2 wrote: >>> >>> Further to this I'd like to add that the broker shows that all 20000 >>> messages have been enqueued and dequeued. So the broker queue has no >>> messages remaining on it. >>> >>> On Thu, Apr 17, 2008 at 2:24 PM, Dhruba Bandopadhyay >> > >>> wrote: >>>> Hi, >>>> >>>> Using spring 2.5.3 mdps, tomcat 6.0.16 and activemq 5.1.0-rc3 with 1 >>>> producer, 3 brokers and 1 consumer running 5 threads with almost >>>> default broker configuration. >>> >>>> Is this correct behaviour given my setup? What are the usual causes >>>> of messages going missing? I don't see any exceptions or failures >>>> anywhere. The consumer stats show that the consumer has only >>>> processed roughly 19000 messages so it is definitely not the case >>>> that >>>> it is has processed them but failed to do so correctly. >>>> >>>> Any help, advice or link to appropriate documentation would be much >>>> appreciated as for me this is a serious problem. >>>> >>>> Many thanks. >>>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/ActiveMQ-5.1.0-RC3---Messages-going-missing-tp16746451s2354p16820504.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/ActiveMQ-5.1.0-RC3---Messages-going-missing-tp16746451p18139017.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.