Hi,

A new version has been uploaded to Jira 
http://issues.apache.org/activemq/browse/AMQ-656. The new version contains 
numerous improvements including:

* Project renamed and source re-arranged into responsibility namespaces.
  Namespace "apache::activemq" contains the C++ ActiveMQ client implementation.
  Namespace "apache::cms" contains the "C++ Messaging Service" interfaces.
  Namespace "apache::ppr" contains the "Platform Portable Runtime" support and 
utility classes.

* The file structure has been changed to use the same structure as other 
projects.

* The protocol management has been improved to better support future pluggable 
protocols. A new URI parameter "protocol" has been added to select what 
protocol to use, currently only "openwire" supported. :)

* The trace logging can now be turned on/off via the URI parameter 
"trace=true|false".

* A new test case has been added that sends/receives a binary message 
asynchronously. More test cases will be added further on.

* Transport filters has been introduced to make the transport layer all 
pluggable.

* Bug fixes and other improvements including controlled shutdown by the new 
close() methods on session/connection.

The code has been tested on Windows XP, RedHat Linux and Mac OS X using 
ActiveMQ broker 4.0RC1.

Regards,
Mats

Reply via email to