Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 22613 invoked from network); 16 Mar 2007 12:07:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 12:07:59 -0000 Received: (qmail 95998 invoked by uid 500); 16 Mar 2007 12:08:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 95976 invoked by uid 500); 16 Mar 2007 12:08:04 -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 95947 invoked by uid 99); 16 Mar 2007 12:08:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 05:08:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 05:07:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0BAB714084 for ; Fri, 16 Mar 2007 05:07:35 -0700 (PDT) Message-ID: <17437427.1174046855720.JavaMail.jira@brutus> Date: Fri, 16 Mar 2007 05:07:35 -0700 (PDT) From: "Nathan Mittler (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQCPP-89) Case of cms::Message getter and setter names are not consistent with case of JMS Message getter and setter names In-Reply-To: <29453603.1174037554467.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Mittler resolved AMQCPP-89. ---------------------------------- Resolution: Fixed I've fixed the Timestamp method names as well as a few others. I've also added better comments to Message.h (taken from the JMS 1.1 API) to make it more clear what certain methods do without having to cross-reference with JMS. > Case of cms::Message getter and setter names are not consistent with case of JMS Message getter and setter names > ---------------------------------------------------------------------------------------------------------------- > > Key: AMQCPP-89 > URL: https://issues.apache.org/activemq/browse/AMQCPP-89 > Project: ActiveMQ C++ Client > Issue Type: Improvement > Components: CMS Impl > Affects Versions: 2.0 > Reporter: Albert Strasheim > Assigned To: Nathan Mittler > Priority: Minor > Fix For: 2.0 > > > The cms::Message getter and setter names could be more consistent with the JMS Message getter and setter names. It makes sense that JMS is replaced with CMS, but there are case inconsistencies that are slightly suboptimal. > * getJMSCorrelationID vs getCMSCorrelationId > * setJMSCorrelationID vs setCMSCorrelationId > * getJMSMessageID vs setCMSMessageId > * getJMSTimestamp vs getCMSTimeStamp > I think it might be worth fixing these for the 2.0 release. It's especially useful when one quickly wants to port over a bit of JMS code to CMS. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.