|
CMS (stands for C++ Messaging Service) is a JMS-like API for C++ for interfacing with Message Brokers such as Apache ActiveMQ Our implementation of CMS is called ActiveMQ-CPP, which has an architecture that allows for pluggable transports and wire formats. Currently we support the OpenWire and Stomp protocols, both over TCP, we also now support a Failover Transport for more reliable client operation. In addition to CMS, ActiveMQ-CPP also provides a robust set of classes that support platform independent constructs such as threading, I/O, sockets, etc. You may find many of these utilities useful, such as a Java like Thread class or the "synchronized" macro that let's you use a Java-like synchronization on any object that implements the activemq::concurrent::Synchronizable interface. ActiveMQ-CPP is released under the Apache
Latest NewsActiveMQ-CPP 3.0.1 is now officially released, check out the Release page for a list of what's changed and to download the source bundle now! ActiveMQ-CPP 3.0 is now officially released, check out the Release page for a list of what's changed and to download the source bundle now! A new release candidate of ActiveMQ-CPP 3.0 is out, RC2 adds support for StreamMessage and a number of additional bugfixes. The newest version of the CPP library has been released, lots of good bug fixes added. See the Release page for more info. Even More News |
