Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA4547A17 for ; Thu, 11 Aug 2011 16:27:54 +0000 (UTC) Received: (qmail 41162 invoked by uid 500); 11 Aug 2011 16:27:51 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 40531 invoked by uid 500); 11 Aug 2011 16:27:51 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 40519 invoked by uid 99); 11 Aug 2011 16:27:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 16:27:51 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 16:27:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 334B7B77AE for ; Thu, 11 Aug 2011 16:27:27 +0000 (UTC) Date: Thu, 11 Aug 2011 16:27:27 +0000 (UTC) From: "Hiram Chirino (JIRA)" To: commits@activemq.apache.org Message-ID: <1696915623.28316.1313080047206.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1860918078.26872.1313042247423.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (APLO-72) client-individual ack mode is not supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/APLO-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083208#comment-13083208 ] Hiram Chirino commented on APLO-72: ----------------------------------- Yep. we have the wrong constants (this was implemented before 1.1 solidified). We should be using the stomp 1.1 defined header names. > client-individual ack mode is not supported > ------------------------------------------- > > Key: APLO-72 > URL: https://issues.apache.org/jira/browse/APLO-72 > Project: ActiveMQ Apollo > Issue Type: Bug > Reporter: Lionel Cons > > The current Apollo snapshot does not support the client-individual ack mode although it is mentioned in the user manual, in the "Reliable Messaging" section. > FWIW, it is also defined in the STOMP 1.1 spec. > Using it, we get: "Unsuported ack mode: client-individual". (yes, there is a typo here...) > More confusing, the code contains other ack modes which are not documented: > val ACK_MODE = ascii("ack") > val ACK_MODE_AUTO = ascii("auto") > val ACK_MODE_NONE = ascii("none") > val ACK_MODE_CLIENT = ascii("client") > val ACK_MODE_SESSION = ascii("session") > val ACK_MODE_MESSAGE = ascii("message") > Could client-individual be supported and all ack modes documented please? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira