Table of Contents

Class WireFormatInfo

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class WireFormatInfo : BaseCommand, Command, DataStructure, ICloneable, MarshallAware
Inheritance
WireFormatInfo
Implements
Inherited Members

Constructors

WireFormatInfo()

public WireFormatInfo()

Fields

ID_WIREFORMATINFO

public const byte ID_WIREFORMATINFO = 1

Field Value

byte

Properties

CacheEnabled

public bool CacheEnabled { get; set; }

Property Value

bool

CacheSize

public int CacheSize { get; set; }

Property Value

int

IsWireFormatInfo

public override bool IsWireFormatInfo { get; }

Property Value

bool

Magic

public byte[] Magic { get; set; }

Property Value

byte[]

MarshalledProperties

public byte[] MarshalledProperties { get; set; }

Property Value

byte[]

MaxInactivityDuration

public long MaxInactivityDuration { get; set; }

Property Value

long

MaxInactivityDurationInitialDelay

public long MaxInactivityDurationInitialDelay { get; set; }

Property Value

long

Properties

public IPrimitiveMap Properties { get; }

Property Value

IPrimitiveMap

SizePrefixDisabled

public bool SizePrefixDisabled { get; set; }

Property Value

bool

StackTraceEnabled

public bool StackTraceEnabled { get; set; }

Property Value

bool

TcpNoDelayEnabled

public bool TcpNoDelayEnabled { get; set; }

Property Value

bool

TightEncodingEnabled

public bool TightEncodingEnabled { get; set; }

Property Value

bool

Valid

public bool Valid { get; }

Property Value

bool

Version

public int Version { get; set; }

Property Value

int

Methods

BeforeMarshall(OpenWireFormat)

public override void BeforeMarshall(OpenWireFormat wireFormat)

Parameters

wireFormat OpenWireFormat

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

IsMarshallAware()

public override bool IsMarshallAware()

Returns

bool

ToString()

public override string ToString()

Returns

string

Visit(ICommandVisitor)

public override Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response