========================================================================= == Release Notes for CMS 1.2 == ========================================================================= == Overview == This version makes the read methods on the BytesMessage const. For asynchronous consumers, the onMessage method in the MessageListener interface is passed a const Message. Having the read methods const allows the user to use the message without having to do a const_cast. ========================================================================= == Release Notes for CMS 1.1 == ========================================================================= == Overview == This version adds a new interface CMSProperties, which hides the implementation of the class used for Properties operations. Also the headers are now tagged to support building of shared libraries. Also some minor JMS consistency changes have been made. ========================================================================= == Release Notes for CMS 1.0 == ========================================================================= == Overview == This is the first official release of the C++ Messaging Service (CMS) API. It is designed to closely mirror the JMS API. CMS has evolved under the activemq-cpp project and is now being extracted as it's own tag and source bundle so that it may be used independently of activemq-cpp. The hope is that this will encourage more C++ implementations and eventually the adoption of a standard API for messaging from C++ applications.