From dev-return-11803-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Aug 13 23:38:43 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 90863 invoked from network); 13 Aug 2008 23:38:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2008 23:38:43 -0000 Received: (qmail 28264 invoked by uid 500); 13 Aug 2008 23:38:42 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 28235 invoked by uid 500); 13 Aug 2008 23:38:42 -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 28224 invoked by uid 99); 13 Aug 2008 23:38:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 16:38:42 -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; Wed, 13 Aug 2008 23:37:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EC826234C1AE for ; Wed, 13 Aug 2008 16:37:52 -0700 (PDT) Message-ID: <41467644.1218670672967.JavaMail.jira@brutus> Date: Wed, 13 Aug 2008 16:37:52 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQNET-94) Use of AcknowledgmentMode enum and boolean for priority limit use of NMS API for vendor extensions In-Reply-To: <2055859937.1216417980331.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/AMQNET-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes resolved AMQNET-94. ----------------------------- Resolution: Working as Designed Created a new issue [AMQNET-105] to address the separate issue that Mark raised in re-opening this issue. > Use of AcknowledgmentMode enum and boolean for priority limit use of NMS API for vendor extensions > -------------------------------------------------------------------------------------------------- > > Key: AMQNET-94 > URL: https://issues.apache.org/activemq/browse/AMQNET-94 > Project: ActiveMQ .Net > Issue Type: Improvement > Components: ActiveMQ Client > Reporter: Mark Pollack > Assignee: Jim Gomes > Priority: Minor > Fix For: 1.0 > > > This came up on the dev mailing list. The AcknowledgmentMode enumeration lists the standard JMS ack modes. However, vendors extend that, in particular TIBCO EMS. This should change to either an Enum, int, or string type so that the API will be more portable. > The same issue exists in the IMessageProducer interface with the boolean value for persistent delivery instead of and int for "DeliveryMode". TIBCO EMS offers another value for delivery mode. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.