18 #ifndef _ACTIVEMQ_CORE_DISPATCHDATA_H_ 19 #define _ACTIVEMQ_CORE_DISPATCHDATA_H_ 29 class ActiveMQMessage;
Simple POCO that contains the information necessary to route a message to a specified consumer...
Definition: DispatchData.h:35
const decaf::lang::Pointer< commands::Message > & getMessage()
Definition: DispatchData.h:57
#define AMQCPP_API
Definition: Config.h:30
const decaf::lang::Pointer< commands::ConsumerId > & getConsumerId()
Definition: DispatchData.h:53
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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