Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 83774 invoked from network); 28 Apr 2009 01:29:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 01:29:53 -0000 Received: (qmail 63444 invoked by uid 500); 28 Apr 2009 01:29:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 63375 invoked by uid 500); 28 Apr 2009 01:29: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 63365 invoked by uid 99); 28 Apr 2009 01:29:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 01:29:53 +0000 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 (nike.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, 28 Apr 2009 01:29:43 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Lyc8Q-0007yG-VZ for users@activemq.apache.org; Mon, 27 Apr 2009 18:29:22 -0700 Message-ID: <23268490.post@talk.nabble.com> Date: Mon, 27 Apr 2009 18:29:22 -0700 (PDT) From: dlindquist To: users@activemq.apache.org Subject: Re: Subscribe + Client aknowledge problem In-Reply-To: <23020938.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: junk@dlindquist.com References: <23020938.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org liquidd wrote: > > 3. Sending 1 incorrect messages. > 4. Consumer doesn't aknowledge them and continuing listen for other > message. (ActiveMQ keeps incorrect message). > And here problem: > 5. Sending 1 correct message. > 6. Consumer successfully reads 1 message and 1 times acknowledges. > 7. Incorrect message DISSAPEARED from ActiveMQ! > ... > Hi, I may be wrong, but as I understand it, the mechanics of message acknowledgement mean that when you acknowledge ANY message, you acknowledge ALL prior messages. I believe that there is a feature called a 'dead letter' queue that you can use to manage these types of things (do a quick google on something like 'ActiveMQ acknowledge dead-letter'). This is just what I recall from my browsing of some JMS documentation, so perhaps someone more knowledgeable can fill us both in ;-) -- View this message in context: http://www.nabble.com/Subscribe-%2B-Client-aknowledge-problem-tp23020938p23268490.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.