Table of Contents

Class ConsumerControl

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

Constructors

ConsumerControl()

public ConsumerControl()

Fields

ID_CONSUMERCONTROL

public const byte ID_CONSUMERCONTROL = 17

Field Value

byte

Properties

Close

public bool Close { get; set; }

Property Value

bool

ConsumerId

public ConsumerId ConsumerId { get; set; }

Property Value

ConsumerId

Destination

public ActiveMQDestination Destination { get; set; }

Property Value

ActiveMQDestination

Flush

public bool Flush { get; set; }

Property Value

bool

IsConsumerControl

public override bool IsConsumerControl { get; }

Property Value

bool

Prefetch

public int Prefetch { get; set; }

Property Value

int

Start

public bool Start { get; set; }

Property Value

bool

Stop

public bool Stop { 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