Class MessagePull
public class MessagePull : BaseCommand, Command, DataStructure, ICloneable
- Inheritance
-
MessagePull
- Implements
- Inherited Members
Constructors
MessagePull()
public MessagePull()
Fields
ID_MESSAGEPULL
public const byte ID_MESSAGEPULL = 20
Field Value
Properties
ConsumerId
public ConsumerId ConsumerId { get; set; }
Property Value
CorrelationId
public string CorrelationId { get; set; }
Property Value
Destination
public ActiveMQDestination Destination { get; set; }
Property Value
IsMessagePull
public override bool IsMessagePull { get; }
Property Value
MessageId
public MessageId MessageId { get; set; }
Property Value
Timeout
public long Timeout { get; set; }
Property Value
Methods
GetDataStructureType()
public override byte GetDataStructureType()
Returns
ToString()
public override string ToString()
Returns
Visit(ICommandVisitor)
public override Response Visit(ICommandVisitor visitor)
Parameters
visitor
ICommandVisitor