18 #ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQOBJECTMESSAGE_H_ 19 #define _ACTIVEMQ_COMMANDS_ACTIVEMQOBJECTMESSAGE_H_ 34 const static unsigned char ID_ACTIVEMQOBJECTMESSAGE = 26;
48 virtual unsigned char getDataStructureType()
const;
54 virtual std::string toString()
const;
69 virtual void setObjectBytes(
const std::vector<unsigned char>& bytes);
71 virtual std::vector<unsigned char> getObjectBytes()
const;
Root of all messages.
Definition: Message.h:88
#define AMQCPP_API
Definition: Config.h:30
Definition: ActiveMQObjectMessage.h:29
Definition: DataStructure.h:27
virtual ~ActiveMQObjectMessage()
Definition: ActiveMQObjectMessage.h:45
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
virtual cms::Message * clone() const
Clone this message exactly, returns a new instance that the caller is required to delete...
Definition: ActiveMQObjectMessage.h:60
Definition: ActiveMQMessageTemplate.h:41
void setReadOnlyProperties(bool value)
Set the Read Only State of the Message Properties.
Definition: Message.h:254