Table of Contents

Class ConnectionInfo

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

Constructors

ConnectionInfo()

public ConnectionInfo()

Fields

ID_CONNECTIONINFO

public const byte ID_CONNECTIONINFO = 3

Field Value

byte

Properties

BrokerMasterConnector

public bool BrokerMasterConnector { get; set; }

Property Value

bool

BrokerPath

public BrokerId[] BrokerPath { get; set; }

Property Value

BrokerId[]

ClientId

public string ClientId { get; set; }

Property Value

string

ClientIp

public string ClientIp { get; set; }

Property Value

string

ClientMaster

public bool ClientMaster { get; set; }

Property Value

bool

ConnectionId

public ConnectionId ConnectionId { get; set; }

Property Value

ConnectionId

FailoverReconnect

public bool FailoverReconnect { get; set; }

Property Value

bool

FaultTolerant

public bool FaultTolerant { get; set; }

Property Value

bool

IsConnectionInfo

public override bool IsConnectionInfo { get; }

Property Value

bool

Manageable

public bool Manageable { get; set; }

Property Value

bool

Password

public string Password { get; set; }

Property Value

string

UserName

public string UserName { get; set; }

Property Value

string

Methods

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

ToString()

public override string ToString()

Returns

string

Visit(ICommandVisitor)

public override Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response