Class MessageDispatch
- Namespace
- Apache.NMS.ActiveMQ.Commands
- Assembly
- Apache.NMS.ActiveMQ.dll
public class MessageDispatch : BaseCommand, Command, DataStructure, ICloneable
- Inheritance
-
MessageDispatch
- Implements
-
- Inherited Members
-
Constructors
MessageDispatch()
Fields
ID_MESSAGEDISPATCH
public const byte ID_MESSAGEDISPATCH = 21
Field Value
- byte
Properties
Consumer
public object Consumer { get; set; }
Property Value
- object
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
IsMessageDispatch
public override bool IsMessageDispatch { get; }
Property Value
- bool
Message
public Message Message { get; set; }
Property Value
- Message
RedeliveryCounter
public int RedeliveryCounter { get; set; }
Property Value
- int
RollbackCause
public Exception RollbackCause { get; set; }
Property Value
- Exception
Methods
Equals(MessageDispatch)
public virtual bool Equals(MessageDispatch that)
Parameters
that
MessageDispatch
Returns
- bool
Equals(object)
public override bool Equals(object that)
Parameters
that
object
Returns
- bool
GetDataStructureType()
public override byte GetDataStructureType()
Returns
- byte
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Visit(ICommandVisitor)
public override Response Visit(ICommandVisitor visitor)
Parameters
visitor
ICommandVisitor
Returns
- Response