Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 45794 invoked from network); 16 May 2008 18:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 18:31:14 -0000 Received: (qmail 98700 invoked by uid 500); 16 May 2008 18:31:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 98679 invoked by uid 500); 16 May 2008 18:31:08 -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 98662 invoked by uid 99); 16 May 2008 18:31:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 11:31:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 16 May 2008 18:30:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7AC7B234C114 for ; Fri, 16 May 2008 11:30:43 -0700 (PDT) Message-ID: <1853471156.1210962643501.JavaMail.jira@brutus> Date: Fri, 16 May 2008 11:30:43 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1732) Add an Individual acknowledge mode for message consumption In-Reply-To: <239423043.1210929403475.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42836#action_42836 ] Rob Davies commented on AMQ-1732: --------------------------------- And SVN revision 657155 > Add an Individual acknowledge mode for message consumption > ---------------------------------------------------------- > > Key: AMQ-1732 > URL: https://issues.apache.org/activemq/browse/AMQ-1732 > Project: ActiveMQ > Issue Type: New Feature > Components: JMS client > Reporter: Rob Davies > Assignee: Rob Davies > Fix For: 5.2.0 > > > Add support for ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE to enable acknowledgement of individual messages - as there isn't a clean way of acknowledging messages. > So when you call message.acknowledge() - it will only ack that message - as opposed to CLIENT_ACKNOWLEDGE with acknowledges all messages received up to that point by the session -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.