18#ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQMESSAGE_H_
19#define _ACTIVEMQ_COMMANDS_ACTIVEMQMESSAGE_H_
#define AMQCPP_API
Definition: Config.h:30
Definition: ActiveMQMessage.h:28
static const unsigned char ID_ACTIVEMQMESSAGE
Definition: ActiveMQMessage.h:31
virtual cms::Message * clone() const
Clone this message exactly, returns a new instance that the caller is required to delete.
virtual ActiveMQMessage * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual ~ActiveMQMessage()
Definition: ActiveMQMessage.h:42
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
Definition: ActiveMQMessageTemplate.h:41
Definition: DataStructure.h:27
Root of all messages.
Definition: Message.h:88
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24