OpenWire Support
ActiveMQ-CPP OpenWire Support
OpenWire is the native protocol used by the ActiveMQ 5.x broker. As of version 2.0, ActiveMQ-CPP supports the OpenWire protocol, with a few exceptions.
- ObjectMessage - We cannot reconstruct the object(s) contained in an ObjectMessage in C++, so if your application is subscribed to a queue or topic that has an ObjectMessage sent to it, you will receive the message but will not be able to extract an Object from it.