18 #ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQMESSAGE_H_ 19 #define _ACTIVEMQ_COMMANDS_ACTIVEMQMESSAGE_H_ 33 static const unsigned char ID_ACTIVEMQMESSAGE = 23;
46 virtual unsigned char getDataStructureType()
const;
52 virtual std::string toString()
const;
Root of all messages.
Definition: Message.h:88
Definition: ActiveMQMessage.h:28
#define AMQCPP_API
Definition: Config.h:30
Definition: DataStructure.h:27
virtual ~ActiveMQMessage()
Definition: ActiveMQMessage.h:44
virtual cms::Message * clone() const
Clone this message exactly, returns a new instance that the caller is required to delete...
Definition: ActiveMQMessage.h:58
void setReadOnlyBody(bool value)
Set the Read Only State of the Message Content.
Definition: Message.h:270
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Definition: ActiveMQMessageTemplate.h:41
void setReadOnlyProperties(bool value)
Set the Read Only State of the Message Properties.
Definition: Message.h:254