Table of Contents

Class MessagePull

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
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

byte

Properties

ConsumerId

public ConsumerId ConsumerId { get; set; }

Property Value

ConsumerId

CorrelationId

public string CorrelationId { get; set; }

Property Value

string

Destination

public ActiveMQDestination Destination { get; set; }

Property Value

ActiveMQDestination

IsMessagePull

public override bool IsMessagePull { get; }

Property Value

bool

MessageId

public MessageId MessageId { get; set; }

Property Value

MessageId

Timeout

public long Timeout { get; set; }

Property Value

long

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