Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 35095 invoked from network); 28 Oct 2007 19:58:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2007 19:58:55 -0000 Received: (qmail 73153 invoked by uid 500); 28 Oct 2007 19:58:42 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 73133 invoked by uid 500); 28 Oct 2007 19:58:41 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 73124 invoked by uid 99); 28 Oct 2007 19:58:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 12:58:41 -0700 X-ASF-Spam-Status: No, hits=3.8 required=10.0 tests=HTML_MESSAGE,SPF_PASS,SUBJ_ALL_CAPS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nathan.mittler@gmail.com designates 209.85.198.191 as permitted sender) Received: from [209.85.198.191] (HELO rv-out-0910.google.com) (209.85.198.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 19:58:45 +0000 Received: by rv-out-0910.google.com with SMTP id l15so1086572rvb for ; Sun, 28 Oct 2007 12:58:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=KpQ9G0NzJPcD/RWpsHhIWnkWkikF/F9e156FviQoGjA=; b=S1wtBJZk9sW+RHZMG6Lm2HnIEQLX1lC4UDBUCg6h2awBHYF/SxgnmDCWkud+DD+81vCzZIcfYXk++q9yl+TLwaMBK0tX59ErVL3SsGpCwNO5v4/nK3eqRx10iDonc0mZ5Jv9NFLZGRSiwPoBowfuYQvTqWXeDIDUBw8rxkibuGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=W195Z0IGQRPMk0MuvaF3LGfj9y56MPe9MAKKLBdbVNG2ANk0JVGCu4KWkGktYYvp6evvvMAzGSaS1Y7C4ACz+/CILk0X+0I5FmkRgMaw7RHvXjIGW2M/wXhDULVN14EKErVi/LDSb6JWFissapQo+uNOEn1uUKWWu3ShyIR4O0s= Received: by 10.115.46.9 with SMTP id y9mr6128620waj.1193601500747; Sun, 28 Oct 2007 12:58:20 -0700 (PDT) Received: by 10.115.73.18 with HTTP; Sun, 28 Oct 2007 12:58:20 -0700 (PDT) Message-ID: <8a6feb940710281258y16df9a31yb5cf76bd5cae42c2@mail.gmail.com> Date: Sun, 28 Oct 2007 15:58:20 -0400 From: "Nathan Mittler" To: dev@activemq.apache.org, users@activemq.apache.org Subject: [RELEASE] CMS API 1.2 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_316_20927683.1193601500743" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_316_20927683.1193601500743 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline In preparation for the soon to be released ActiveMQ-CPP 2.1.1, we have released an update to the CMS (C++ Messaging Service) API. The main change in this release was to make the readXXX() methods in BytesMessage const so that they can be called from a MessageListener's onMessage method without having to resort to using const_cast to do it. The download page for CMS 1.2 is here: http://activemq.apache.org/cms/cms-api-12-release.html ... and the doxygen-generated API is here: http://activemq.apache.org/cms/api_docs/cms-1.2/ Work is already underway to get ActiveMQ-CPP 2.1.1 out the door, so stay tuned! Regards, Nate ------=_Part_316_20927683.1193601500743--