18#ifndef _ACTIVEMQ_CORE_DISPATCHDATA_H_
19#define _ACTIVEMQ_CORE_DISPATCHDATA_H_
29 class ActiveMQMessage;
#define AMQCPP_API
Definition: Config.h:30
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
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24