18#ifndef _ACTIVEMQ_CORE_DISPATCHDATA_H_
19#define _ACTIVEMQ_CORE_DISPATCHDATA_H_
29 class ActiveMQMessage;
43 DispatchData(
const DispatchData&);
44 DispatchData& operator= (
const DispatchData&);
#define AMQCPP_API
Definition Config.h:30
const decaf::lang::Pointer< commands::Message > & getMessage()
Definition DispatchData.h:57
const decaf::lang::Pointer< commands::ConsumerId > & getConsumerId()
Definition DispatchData.h:53
DispatchData(const decaf::lang::Pointer< commands::ConsumerId > &consumer, const decaf::lang::Pointer< commands::Message > &message)
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
Definition ActiveMQTempDestination.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24