#include <ActiveMQConstants.h>
Public Types | |
enum | DestinationOption { CONSUMER_PREFECTCHSIZE, CUNSUMER_MAXPENDINGMSGLIMIT, CONSUMER_NOLOCAL, CONSUMER_DISPATCHASYNC, CONSUMER_RETROACTIVE, CONSUMER_SELECTOR, CONSUMER_EXCLUSIVE, CONSUMER_PRIORITY, NUM_OPTIONS } |
enum | URIParam { PARAM_USERNAME, PARAM_PASSWORD, PARAM_CLIENTID, NUM_PARAMS } |
Static Public Member Functions | |
static const std::string & | toString (const DestinationOption option) |
static DestinationOption | toDestinationOption (const std::string &option) |
static const std::string & | toString (const URIParam option) |
static URIParam | toURIOption (const std::string &option) |
Static Private Attributes | |
static StaticInitializer | staticInits |
Classes | |
class | StaticInitializer |
|
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 |
|
|
|
|
|
|
|
|
|
|