Class ConsumerInfo
Inheritance
System.Object
ConsumerInfo
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ConsumerInfo : BaseCommand, Command, DataStructure, ICloneable
Fields
|
Improve this Doc
View Source
ID_CONSUMERINFO
Declaration
public const byte ID_CONSUMERINFO = 5
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
AdditionalPredicate
Declaration
public BooleanExpression AdditionalPredicate { get; set; }
Property Value
|
Improve this Doc
View Source
BrokerPath
Declaration
public BrokerId[] BrokerPath { get; set; }
Property Value
|
Improve this Doc
View Source
Browser
Declaration
public bool Browser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ConsumerId
Declaration
public ConsumerId ConsumerId { get; set; }
Property Value
|
Improve this Doc
View Source
Destination
Declaration
public ActiveMQDestination Destination { get; set; }
Property Value
|
Improve this Doc
View Source
DispatchAsync
Declaration
public bool DispatchAsync { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Exclusive
Declaration
public bool Exclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsConsumerInfo
Declaration
public override bool IsConsumerInfo { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
MaximumPendingMessageLimit
Declaration
public int MaximumPendingMessageLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NetworkConsumerPath
Declaration
public ConsumerId[] NetworkConsumerPath { get; set; }
Property Value
|
Improve this Doc
View Source
NetworkSubscription
Declaration
public bool NetworkSubscription { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NoLocal
Declaration
public bool NoLocal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NoRangeAcks
Declaration
public bool NoRangeAcks { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OptimizedAcknowledge
Declaration
public bool OptimizedAcknowledge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PrefetchSize
Declaration
public int PrefetchSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Priority
Declaration
public byte Priority { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Retroactive
Declaration
public bool Retroactive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Selector
Declaration
public string Selector { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SubscriptionName
Declaration
public string SubscriptionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type |
Description |
System.Byte |
|
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Visit(ICommandVisitor)
Declaration
public override Response Visit(ICommandVisitor visitor)
Parameters
Returns
Overrides
Implements
System.ICloneable