Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 914 invoked from network); 13 Jun 2006 20:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jun 2006 20:23:15 -0000 Received: (qmail 3756 invoked by uid 500); 13 Jun 2006 20:23:14 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 3730 invoked by uid 500); 13 Jun 2006 20:23:14 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 3721 invoked by uid 99); 13 Jun 2006 20:23:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 13:23:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of greekananas@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 13:23:12 -0700 Received: by ug-out-1314.google.com with SMTP id k3so3293432ugf for ; Tue, 13 Jun 2006 13:22:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YFbTQzIaQ4J5T+O/b1wrwgAM8QPNTq+VdfUwqDF/ObunGSODOiqUzNK0CqI2pH6HErs+W/DTUfDtKQOnkybwIansXjVLwMuIr82lfLR2vRhwc7xRyPW63goqgZPfvgvfs7UI03uFpS3w3vXXCoMuM6/vEHoABvHSYr3tgjB/L9E= Received: by 10.66.222.9 with SMTP id u9mr6665470ugg; Tue, 13 Jun 2006 13:22:50 -0700 (PDT) Received: by 10.66.237.18 with HTTP; Tue, 13 Jun 2006 13:22:50 -0700 (PDT) Message-ID: <4c885cbd0606131322m1d1edf48oea1ac5a7836939af@mail.gmail.com> Date: Tue, 13 Jun 2006 22:22:50 +0200 From: "alexis Ananas" To: activemq-users@geronimo.apache.org Subject: Re: message never dequeue on a persistent queue In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4c885cbd0606091050s14cb0cax652ef2dda30bad4e@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It doesn't work. :-/ but I have downloaded the incubator 4.1 source version from the Svn and I have buildt it. Now All features work: Jounal, persistence ... all is OK Thanks Alexis 2006/6/10, James Strachan : > Try disabling the optimiseAcknowledge option > > http://activemq.org/site/connection-configuration-uri.html > > so connect via > > tcp://localhost:61616?jms.optimiseAcknowledge=false > > and it'll probably fix your issue. We've disabled this feature by > default in 4.0.1 trunk which was causing some issues with > acknowledgement logic. > > > On 6/9/06, alexis Ananas wrote: > > Hello, > > > > I work with ActiveMQ 4.0 final and I have a bug (I think) > > > > With the default configuration ($ACTIVEMQ_HOME/conf/activemq.xml), I > > have several message their are not dequeue. > > > > I have 72 producers and 1 slow consumer (150 messages per second) on a > > persistent queue. > > I produce 90,000 messages at all but I consume few. > > > > The JMX console say that there is some messages on the queue but my > > consumer who listen to this queue does not received them. > > > > When I stop the consumer and the brocker and then I restart both, the > > consumer receive the missed messages. > > > > then I have received all messages I produced. > > > > I have a solution (not really good): > > When I disable The jdbcJournal and I make only a jdbcPersistence, I > > received all messages I produced, no need to restart the brocker. > > > > Someone have an idea? > > > > Thanks in advance > > > > Alexis > > > > > -- > > James > ------- > http://radio.weblogs.com/0112098/ >