18 #ifndef _ACTIVEMQ_COMMANDS_MESSAGEDISPATCHNOTIFICATION_H_ 19 #define _ACTIVEMQ_COMMANDS_MESSAGEDISPATCHNOTIFICATION_H_ 23 #pragma warning( disable : 4290 ) 59 const static unsigned char ID_MESSAGEDISPATCHNOTIFICATION = 90;
72 virtual unsigned char getDataStructureType()
const;
78 virtual std::string toString()
const;
90 virtual long long getDeliverySequenceId()
const;
91 virtual void setDeliverySequenceId(
long long deliverySequenceId );
Pointer< ActiveMQDestination > destination
Definition: MessageDispatchNotification.h:53
Definition: MessageDispatchNotification.h:49
Pointer< MessageId > messageId
Definition: MessageDispatchNotification.h:55
#define AMQCPP_API
Definition: Config.h:30
Definition: DataStructure.h:27
long long deliverySequenceId
Definition: MessageDispatchNotification.h:54
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition: CommandVisitor.h:69
Definition: BaseCommand.h:27
Pointer< ConsumerId > consumerId
Definition: MessageDispatchNotification.h:52
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
virtual bool isMessageDispatchNotification() const
Definition: MessageDispatchNotification.h:100
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