|
activemq-cpp-3.4.0
|
Class holding constant values for various ActiveMQ specific things Each constant is defined as an enumeration and has functions that convert back an forth between string and enum values. More...
#include <src/main/activemq/core/ActiveMQConstants.h>
Class holding constant values for various ActiveMQ specific things Each constant is defined as an enumeration and has functions that convert back an forth between string and enum values.
These values represent the options that can be appended to an Destination name, i.e.
/topic/foo?consumer.exclusive=true
These values represent the parameters that can be added to the connection URI that affect the ActiveMQ Core API.
| static DestinationOption activemq::core::ActiveMQConstants::toDestinationOption | ( | const std::string & | option | ) | [inline, static] |
| static const std::string& activemq::core::ActiveMQConstants::toString | ( | const DestinationOption | option | ) | [inline, static] |
| static const std::string& activemq::core::ActiveMQConstants::toString | ( | const URIParam | option | ) | [inline, static] |
| static URIParam activemq::core::ActiveMQConstants::toURIOption | ( | const std::string & | option | ) | [inline, static] |