Table of Contents

Class MessageDispatchNotification

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

Constructors

MessageDispatchNotification()

public MessageDispatchNotification()

Fields

ID_MESSAGEDISPATCHNOTIFICATION

public const byte ID_MESSAGEDISPATCHNOTIFICATION = 90

Field Value

byte

Properties

ConsumerId

public ConsumerId ConsumerId { get; set; }

Property Value

ConsumerId

DeliverySequenceId

public long DeliverySequenceId { get; set; }

Property Value

long

Destination

public ActiveMQDestination Destination { get; set; }

Property Value

ActiveMQDestination

IsMessageDispatchNotification

public override bool IsMessageDispatchNotification { get; }

Property Value

bool

MessageId

public MessageId MessageId { get; set; }

Property Value

MessageId

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