activemq-cpp-3.9.5
|
#include <memory>
#include <cms/Message.h>
#include <cms/XAResource.h>
#include <cms/CMSException.h>
#include <cms/XAException.h>
#include <activemq/util/Config.h>
#include <activemq/exceptions/ActiveMQException.h>
#include <activemq/commands/LocalTransactionId.h>
#include <activemq/core/Synchronization.h>
#include <activemq/util/LongSequenceGenerator.h>
#include <decaf/lang/exceptions/InvalidStateException.h>
#include <decaf/util/StlSet.h>
#include <decaf/util/Properties.h>
#include <decaf/util/concurrent/Mutex.h>
Go to the source code of this file.
Data Structures | |
class | activemq::core::ActiveMQTransactionContext |
Transaction Management class, hold messages that are to be redelivered upon a request to roll-back. More... | |
Namespaces | |
namespace | activemq |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | activemq::core |
namespace | activemq::core::kernels |