Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 9976 invoked from network); 23 Nov 2009 19:34:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 19:34:16 -0000 Received: (qmail 56387 invoked by uid 500); 23 Nov 2009 19:34:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 56309 invoked by uid 500); 23 Nov 2009 19:34:15 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 56299 invoked by uid 99); 23 Nov 2009 19:34:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 19:34:15 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 19:34:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BF800234C498 for ; Mon, 23 Nov 2009 11:33:52 -0800 (PST) Message-ID: <2111511727.1259004832780.JavaMail.jira@brutus> Date: Mon, 23 Nov 2009 11:33:52 -0800 (PST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQCPP-270) Broker exception on message Ack, MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c Broker exception on message Ack, --------------------------------- Key: AMQCPP-270 URL: https://issues.apache.org/activemq/browse/AMQCPP-270 Project: ActiveMQ C++ Client Issue Type: Bug Affects Versions: 3.0.1 Reporter: Timothy Bish Assignee: Timothy Bish Fix For: 3.1 Certain cases that involved acknowledging a message from the async callback of a MessageListener when in Client or Individual Ack modes can result in this error from the broker: "Could not correlate acknowledgment with dispatched message" This is the same situation as documented in AMQ-2489 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.