Table of Contents

Class ActiveMQTextMessage

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class ActiveMQTextMessage : ActiveMQMessage, Command, DataStructure, MessageReference, ICloneable, MarshallAware, ITextMessage, IMessage
Inheritance
ActiveMQTextMessage
Implements
ITextMessage
IMessage
Inherited Members

Constructors

ActiveMQTextMessage()

public ActiveMQTextMessage()

ActiveMQTextMessage(string)

public ActiveMQTextMessage(string text)

Parameters

text string

Fields

ID_ACTIVEMQTEXTMESSAGE

public const byte ID_ACTIVEMQTEXTMESSAGE = 28

Field Value

byte

Properties

Text

public string Text { get; set; }

Property Value

string

Methods

BeforeMarshall(OpenWireFormat)

public override void BeforeMarshall(OpenWireFormat wireFormat)

Parameters

wireFormat OpenWireFormat

ClearBody()

public override void ClearBody()

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

Size()

public override int Size()

Returns

int

ToString()

public override string ToString()

Returns

string