Class JournalTopicAck
- Namespace
- Apache.NMS.ActiveMQ.Commands
- Assembly
- Apache.NMS.ActiveMQ.dll
public class JournalTopicAck : BaseDataStructure, DataStructure, ICloneable
- Inheritance
-
JournalTopicAck
- Implements
-
- Inherited Members
-
Constructors
JournalTopicAck()
Fields
ID_JOURNALTOPICACK
public const byte ID_JOURNALTOPICACK = 50
Field Value
- byte
Properties
ClientId
public string ClientId { get; set; }
Property Value
- string
Destination
public ActiveMQDestination Destination { get; set; }
Property Value
- ActiveMQDestination
MessageId
public MessageId MessageId { get; set; }
Property Value
- MessageId
MessageSequenceId
public long MessageSequenceId { get; set; }
Property Value
- long
SubscritionName
public string SubscritionName { get; set; }
Property Value
- string
TransactionId
public TransactionId TransactionId { get; set; }
Property Value
- TransactionId
Methods
GetDataStructureType()
public override byte GetDataStructureType()
Returns
- byte
ToString()
public override string ToString()
Returns
- string