Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 17904 invoked from network); 30 Apr 2007 20:19:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2007 20:19:50 -0000 Received: (qmail 99914 invoked by uid 500); 30 Apr 2007 20:19:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 99657 invoked by uid 500); 30 Apr 2007 20:19:55 -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 99648 invoked by uid 99); 30 Apr 2007 20:19:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 13:19:54 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of nathan.mittler@gmail.com designates 64.233.162.235 as permitted sender) Received: from [64.233.162.235] (HELO nz-out-0506.google.com) (64.233.162.235) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 13:19:47 -0700 Received: by nz-out-0506.google.com with SMTP id f1so2064716nzc for ; Mon, 30 Apr 2007 13:19:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=WCupn5yoi79wZGjqdBlBbaSAyxxD7LfI299OhSld3hPkVtghe3SNxOBTMPWWetXGqadjqe3KsFCBDmaUzVS6EYFb6FGyYzDI/WAHruUr5RjCN8O82ZW4szu3ftTzMLOAfnl+6ZsRttMHShViWMbzOlhjhOSgJ5/hwcnS35xXMlc= 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=kkwj8RqvhcHGSK3htxitzjH6+TEoBtro6jVxdJMvKXaFTPwbDZ4unIO+3fHeSMVARrzPNQuJ9eVtDgewOQH+uUCgaIg8Mwbcga4f7Xp3NCjfFfKfyvrOZ5hgnttb++ZaQYzli2pTmhm/yztGkyYxwoiWvQY4S1GQHeAE1qKMs1g= Received: by 10.114.157.1 with SMTP id f1mr2152578wae.1177964366640; Mon, 30 Apr 2007 13:19:26 -0700 (PDT) Received: by 10.114.241.5 with HTTP; Mon, 30 Apr 2007 13:19:26 -0700 (PDT) Message-ID: <8a6feb940704301319o220ee945g55dd645bb73d0aec@mail.gmail.com> Date: Mon, 30 Apr 2007 16:19:26 -0400 From: "Nathan Mittler" To: dev@activemq.apache.org, users@activemq.apache.org Subject: CMS API 1.0 Released MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_39271_11089239.1177964366584" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_39271_11089239.1177964366584 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everyone, The development team has just voted to release the CMS (C++ Messaging Service) API version 1.0! CMS is a JMS-like messaging API for C++ applications that is implemented by ActiveMQ-CPP. The hope is that by breaking it out from ActiveMQ-CPP that we might begin to move toward a common API for messaging in C++. The download page for the release is here: http://activemq.apache.org/cms/cms-api-10-release.html ActiveMQ-CPP will still be delivered with a copy of the CMS code so you won't have to grab it separately. This may change in the future, but there are no plans as of yet. Regards, Nate ------=_Part_39271_11089239.1177964366584--