Table of Contents

Class ProducerInfo

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

Constructors

ProducerInfo()

public ProducerInfo()

Fields

ID_PRODUCERINFO

public const byte ID_PRODUCERINFO = 6

Field Value

byte

Properties

BrokerPath

public BrokerId[] BrokerPath { get; set; }

Property Value

BrokerId[]

Destination

public ActiveMQDestination Destination { get; set; }

Property Value

ActiveMQDestination

DispatchAsync

public bool DispatchAsync { get; set; }

Property Value

bool

IsProducerInfo

public override bool IsProducerInfo { get; }

Property Value

bool

ProducerId

public ProducerId ProducerId { get; set; }

Property Value

ProducerId

WindowSize

public int WindowSize { get; set; }

Property Value

int

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