Table of Contents

Class ConsumerInfo

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

Constructors

ConsumerInfo()

public ConsumerInfo()

Fields

ID_CONSUMERINFO

public const byte ID_CONSUMERINFO = 5

Field Value

byte

Properties

AdditionalPredicate

public BooleanExpression AdditionalPredicate { get; set; }

Property Value

BooleanExpression

BrokerPath

public BrokerId[] BrokerPath { get; set; }

Property Value

BrokerId[]

Browser

public bool Browser { get; set; }

Property Value

bool

ClientId

public string ClientId { get; set; }

Property Value

string

ConsumerId

public ConsumerId ConsumerId { get; set; }

Property Value

ConsumerId

Destination

public ActiveMQDestination Destination { get; set; }

Property Value

ActiveMQDestination

DispatchAsync

public bool DispatchAsync { get; set; }

Property Value

bool

Exclusive

public bool Exclusive { get; set; }

Property Value

bool

IsConsumerInfo

public override bool IsConsumerInfo { get; }

Property Value

bool

MaximumPendingMessageLimit

public int MaximumPendingMessageLimit { get; set; }

Property Value

int

NetworkConsumerPath

public ConsumerId[] NetworkConsumerPath { get; set; }

Property Value

ConsumerId[]

NetworkSubscription

public bool NetworkSubscription { get; set; }

Property Value

bool

NoLocal

public bool NoLocal { get; set; }

Property Value

bool

NoRangeAcks

public bool NoRangeAcks { get; set; }

Property Value

bool

OptimizedAcknowledge

public bool OptimizedAcknowledge { get; set; }

Property Value

bool

PrefetchSize

public int PrefetchSize { get; set; }

Property Value

int

Priority

public byte Priority { get; set; }

Property Value

byte

Retroactive

public bool Retroactive { get; set; }

Property Value

bool

Selector

public string Selector { get; set; }

Property Value

string

SubscriptionName

public string SubscriptionName { 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