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 5D5857797 for ; Wed, 12 Oct 2011 09:40:57 +0000 (UTC) Received: (qmail 92398 invoked by uid 500); 12 Oct 2011 09:40:56 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 92327 invoked by uid 500); 12 Oct 2011 09:40:56 -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 92316 invoked by uid 99); 12 Oct 2011 09:40:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 09:40:56 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of daan.houtman@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 09:40:51 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RDvIc-0000IG-QQ for users@activemq.apache.org; Wed, 12 Oct 2011 02:40:30 -0700 Date: Wed, 12 Oct 2011 02:40:30 -0700 (PDT) From: Daan Houtman To: users@activemq.apache.org Message-ID: <1318412430812-3897369.post@n4.nabble.com> Subject: Unmatched acknowledge caused by tight encoding MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit My producer sents a huge amount of messages via 1 queue. My client uses tightEncodingEnabled=true in the factory URL. Because of this tight encoding my client wasn't able to recieve more than 32767 messages. At message 32768 I get the unmatched acknowledge exception. In the log file of the broker there is also another exception: Could not find Message-ID ID:Test-PC-58261-1318234568844-0:0:0:0:-32768 in dispatched-list (start of ack) There you can see that there is a int16 overflow on the message-id that was returned to the broker by the client to ack the message. -- View this message in context: http://activemq.2283324.n4.nabble.com/Unmatched-acknowledge-caused-by-tight-encoding-tp3897369p3897369.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.