18 #ifndef _ACTIVEMQ_COMMANDS_MESSAGEPULL_H_ 19 #define _ACTIVEMQ_COMMANDS_MESSAGEPULL_H_ 23 #pragma warning( disable : 4290 ) 60 const static unsigned char ID_MESSAGEPULL = 20;
73 virtual unsigned char getDataStructureType()
const;
79 virtual std::string toString()
const;
91 virtual long long getTimeout()
const;
92 virtual void setTimeout(
long long timeout );
94 virtual const std::string& getCorrelationId()
const;
95 virtual std::string& getCorrelationId();
96 virtual void setCorrelationId(
const std::string& correlationId );
#define AMQCPP_API
Definition: Config.h:30
long long timeout
Definition: MessagePull.h:54
Definition: MessagePull.h:49
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: BaseCommand.h:27
Pointer< ActiveMQDestination > destination
Definition: MessagePull.h:53
std::string correlationId
Definition: MessagePull.h:55
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Pointer< ConsumerId > consumerId
Definition: MessagePull.h:52
virtual bool isMessagePull() const
Definition: MessagePull.h:105
Pointer< MessageId > messageId
Definition: MessagePull.h:56
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