From users-return-18775-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon Apr 20 08:28:51 2009 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 39615 invoked from network); 20 Apr 2009 08:28:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Apr 2009 08:28:50 -0000 Received: (qmail 25326 invoked by uid 500); 20 Apr 2009 08:28:49 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 25072 invoked by uid 500); 20 Apr 2009 08:28:48 -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 25062 invoked by uid 99); 20 Apr 2009 08:28:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2009 08:28:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 74.125.78.144 as permitted sender) Received: from [74.125.78.144] (HELO ey-out-1920.google.com) (74.125.78.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2009 08:28:39 +0000 Received: by ey-out-1920.google.com with SMTP id 4so81746eyg.26 for ; Mon, 20 Apr 2009 01:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=C8gnLwWRn9Gv9Utxci8YaOaO3LFru7O35MOktsmgW1Y=; b=qIGqPGsSk84cuaYlzLx3GEReYZHXgcERuWWg/jmDYWmJ3QNDuDjyLMGYoLWEW2IbZL X7Oys/zhJPss0QTFxoV2VJLADOjaWodh1AaCQz9OZcbWhRze3ynqc6wLq+DYvkpv5Q+A hZUiCXl7Bvqj6aagx7KB2Oj89sry+rCc7bxo0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=FuVGn3X86BpvXKV0HzTiM3p6QwA74GY5b90Kfol/qBqmxsAD0qqdLeGEZwsRkxNyva VGwFjx+NpaFDaMSokw8MaGfuuPR9SZG2KPZ7/IyN+YOHh8XYMp2B4P/wXUxJXx8pXVOn 0VXQ3PcreHWNngUYsipMFyuAAaJfMOC+zcLBg= MIME-Version: 1.0 Sender: chubrilo@gmail.com Received: by 10.210.111.5 with SMTP id j5mr4517137ebc.10.1240216097916; Mon, 20 Apr 2009 01:28:17 -0700 (PDT) In-Reply-To: <23101402.post@talk.nabble.com> References: <23074533.post@talk.nabble.com> <36e91d9d0904160247i78089318s163887c8dca954@mail.gmail.com> <23078082.post@talk.nabble.com> <23100944.post@talk.nabble.com> <23101402.post@talk.nabble.com> Date: Mon, 20 Apr 2009 10:28:17 +0200 X-Google-Sender-Auth: b8dfacc665d0106c Message-ID: <36e91d9d0904200128n13bd9b63o29a8ad80d215e192@mail.gmail.com> Subject: Re: Stomp ack:auto clears all remaining messages in the queue From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=000e0cd1e058f607e30467f84fc8 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd1e058f607e30467f84fc8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Michael, thanks for these updates. Please provide details on any issues you experience (and raise appropriate Jira issues). Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Apr 17, 2009 at 6:46 PM, mjustin wrote: > > Update #2: > > Looks like it is only a problem in the Stomp Java client in ActiveMQ - I > will try to fix the source of my tests to see if it is a protocol error > (missing unsubscribe) or a problem in the underlying TCP transport layer. > > After some tweaking, my Delphi library shows and better results now - > depending on the steps at the end of the communication (unsubscribing, > disconnecting). > > Many thanks for your feedback, > and for bringing Hudson online :) > > Michael > > > mjustin wrote: > > > > Update: > > > > the test steps and results are: > > > > 1. send 20 messages to the broker, the admin console displays 20 > messages, > > numbered from 1 to 20 > > > > 2. consume 10 messages using Stomp client (5.3-Snapshot version) with > > "ack:auto", now the admin console displays only messages numbered from 13 > > to 20 - it looks like message 11 and 12 are lost > > > > 3. try to consume 10 messages again: the Stomp client only receives 8 > > messages > > > > I will try it with the current snapshot > > > > Best Regards, > > Michael Justin > > > > > > -- > View this message in context: > http://www.nabble.com/Stomp-ack%3Aauto-clears-all-remaining-messages-in-the-queue-tp23074533p23101402.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > --000e0cd1e058f607e30467f84fc8--