activemq-cpp-3.9.5
|
#include <activemq/util/Config.h>
#include <activemq/util/LongSequenceGenerator.h>
#include <activemq/wireformat/stomp/StompFrame.h>
#include <activemq/commands/Message.h>
#include <activemq/commands/MessageId.h>
#include <activemq/commands/ProducerId.h>
#include <activemq/commands/ConsumerId.h>
#include <activemq/commands/TransactionId.h>
#include <activemq/commands/ActiveMQDestination.h>
#include <decaf/lang/Pointer.h>
Go to the source code of this file.
Data Structures | |
class | activemq::wireformat::stomp::StompHelper |
Utility Methods used when marshaling to and from StompFrame's. More... | |
class | activemq::wireformat::stomp::Pointer< T, REFCOUNTER > |
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the default Reference Counter is used. More... | |
class | activemq::wireformat::stomp::Message |
class | activemq::wireformat::stomp::MessageId |
class | activemq::wireformat::stomp::ProducerId |
class | activemq::wireformat::stomp::ConsumerId |
class | activemq::wireformat::stomp::TransactionId |
class | activemq::wireformat::stomp::ActiveMQDestination |
Namespaces | |
namespace | activemq |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | activemq::wireformat |
namespace | activemq::wireformat::stomp |