Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 94103 invoked from network); 4 Jun 2009 21:24:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jun 2009 21:24:23 -0000 Received: (qmail 46182 invoked by uid 500); 4 Jun 2009 21:24:35 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 46090 invoked by uid 500); 4 Jun 2009 21:24:34 -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 46070 invoked by uid 99); 4 Jun 2009 21:24:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 21:24:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 74.125.92.145 as permitted sender) Received: from [74.125.92.145] (HELO qw-out-1920.google.com) (74.125.92.145) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 21:24:24 +0000 Received: by qw-out-1920.google.com with SMTP id 5so673243qwc.26 for ; Thu, 04 Jun 2009 14:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=KMw1UCuQ8+LkRs7LXtQh+FcjXnuOaBURNCJJjMmOLz8=; b=j70eqQeVaQm7kk3XRj/aOV0N3VZcq3T9ubQcm9A7Lbm7NeSKF+6zU+hUpHul2BpOi1 unwyAFJhWllQ0Eqt7PvDcfeu0mv+BfXHZ6d5B9LGeSTDUk3e74O1j6Cr37NssnbHhujE 1c3at7wvgqdn1bUSehvUVZ5+SD/uNNQ98porA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=nlBqanWf2RHq7JjlaWMMxIk9h0Hty5YXyOCh5M3MfdOeT19qQE9LhFqPlwFA6zSFB0 Oq/mrVRbIfMo18b6AKPVmQMrW5QowP0kY6F7sTSUPlhwJ93/w1wiFE0eV2NgdRNWEJ4j iu7b9uBPZoXrZRRy7mYvDrgEb/6XdIOohgNjg= Received: by 10.224.29.10 with SMTP id o10mr2905341qac.69.1244150643337; Thu, 04 Jun 2009 14:24:03 -0700 (PDT) Received: from ?192.168.2.199? ([68.49.143.174]) by mx.google.com with ESMTPS id 6sm117774qwk.0.2009.06.04.14.24.02 (version=SSLv3 cipher=RC4-MD5); Thu, 04 Jun 2009 14:24:02 -0700 (PDT) Subject: ActiveMQ-CPP Version 3.0 RC3.1 Released From: Timothy Bish To: ActiveMQ-Users , ActiveMQ-Developers Content-Type: text/plain Date: Thu, 04 Jun 2009 17:24:01 -0400 Message-Id: <1244150641.13726.26.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey everyone, It's official ... ActiveMQ-CPP v3.0 now has a fourth release candidate, RC3, this release adds a fix for messages received on Virtual Topics and includes the generated configure scripts, no need to run autogen.sh before building the library anymore. This is a re-release of the RC3 archive with a fix for a file permission issue in the first release. The 3.0 Version of the CPP client adds the following new features: * Failover Transport * CMS API has moved to V1.3 adding CMS Exception types and more JMS like feature APIs. * StreamMessage has now been added to the set of Messages that ActiveMQ-CPP supports. * More robust MessageConsumer implementation. * 64 Bit Builds supported on Windows an Linux. * Improved Build scripts. * Additional CMS API Documentation. * Supports receiving Messages on Virtual Destinations. We need as many people as we can to download the code and give it a try so we can flush out as many issues as we can before the official release, check it out here: The links on this page won't work until the release is official. For now, follow the instructions at the top to download the release candidate: Regards, Tim