Table of Contents

Class BrokerInfo

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

Constructors

BrokerInfo()

public BrokerInfo()

Fields

ID_BROKERINFO

public const byte ID_BROKERINFO = 2

Field Value

byte

Properties

BrokerId

public BrokerId BrokerId { get; set; }

Property Value

BrokerId

BrokerName

public string BrokerName { get; set; }

Property Value

string

BrokerURL

public string BrokerURL { get; set; }

Property Value

string

BrokerUploadUrl

public string BrokerUploadUrl { get; set; }

Property Value

string

ConnectionId

public long ConnectionId { get; set; }

Property Value

long

DuplexConnection

public bool DuplexConnection { get; set; }

Property Value

bool

FaultTolerantConfiguration

public bool FaultTolerantConfiguration { get; set; }

Property Value

bool

IsBrokerInfo

public override bool IsBrokerInfo { get; }

Property Value

bool

MasterBroker

public bool MasterBroker { get; set; }

Property Value

bool

NetworkConnection

public bool NetworkConnection { get; set; }

Property Value

bool

NetworkProperties

public string NetworkProperties { get; set; }

Property Value

string

PeerBrokerInfos

public BrokerInfo[] PeerBrokerInfos { get; set; }

Property Value

BrokerInfo[]

SlaveBroker

public bool SlaveBroker { get; set; }

Property Value

bool

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