Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

New and Noteworthy

This is a new Major release of ActiveMQ-CPP with several new APIs and internal changes meant to improve overall stability of the C++ client. Besides a large amount of bug fixing and memory fixing this release also features a lot of new features in the CMS API:

  • Added Message Transformation capabilities for incoming and outgoing messages.
  • You can now query for the type of a Message property so you can choose the best getter method.
  • MapMessage and StreamMessage object now expose an API to find out what type a value is before you try to get a value using one of the getter methods.
  • Polling consumers now can set a Message available listener.
  • Stomp clients can configure the destination prefixes for the Destination types (Queues, Topics...).
  • StreamMessage now has a reset method to allow object reuse.
  • Added an AdvisorySupport class to make dealing with advisory topics easier.
  • Added support for non-blocking sends to Message Producers.


Panel

NOTE: Compatible with ActiveMQ Broker versions in the 4.X and 5.X family

API

This release is based on the CMS 2.4 API.

Check out the API for this release here

Download Here

SVN Tag Checkout

Code Block
svn co https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-3.5.0/

Changelog

For a more detailed view of new features and bug fixes, see the release notes