18 #ifndef _ACTIVEMQ_COMMANDS_MESSAGEDISPATCH_H_ 19 #define _ACTIVEMQ_COMMANDS_MESSAGEDISPATCH_H_ 23 #pragma warning( disable : 4290 ) 60 const static unsigned char ID_MESSAGEDISPATCH = 21;
77 virtual unsigned char getDataStructureType()
const;
83 virtual std::string toString()
const;
103 virtual int getRedeliveryCounter()
const;
104 virtual void setRedeliveryCounter(
int redeliveryCounter );
#define AMQCPP_API
Definition: Config.h:30
Definition: DataStructure.h:27
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition: CommandVisitor.h:69
Definition: MessageDispatch.h:50
Pointer< Message > message
Definition: MessageDispatch.h:55
Definition: BaseCommand.h:27
int redeliveryCounter
Definition: MessageDispatch.h:56
Pointer< ActiveMQDestination > destination
Definition: MessageDispatch.h:54
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Definition: Exception.h:38
Pointer< ConsumerId > consumerId
Definition: MessageDispatch.h:53
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
virtual bool isMessageDispatch() const
Definition: MessageDispatch.h:109