Class MessageDispatchNotification
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
Properties
ConsumerId
public ConsumerId ConsumerId { get; set; }
Property Value
DeliverySequenceId
public long DeliverySequenceId { get; set; }
Property Value
Destination
public ActiveMQDestination Destination { get; set; }
Property Value
IsMessageDispatchNotification
public override bool IsMessageDispatchNotification { get; }
Property Value
MessageId
public MessageId MessageId { 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