Class SubscriptionInfo
- Namespace
- Apache.NMS.ActiveMQ.Commands
- Assembly
- Apache.NMS.ActiveMQ.dll
public class SubscriptionInfo : BaseDataStructure, DataStructure, ICloneable
- Inheritance
-
SubscriptionInfo
- Implements
-
- Inherited Members
-
Constructors
SubscriptionInfo()
public SubscriptionInfo()
Fields
ID_SUBSCRIPTIONINFO
public const byte ID_SUBSCRIPTIONINFO = 55
Field Value
- byte
Properties
ClientId
public string ClientId { get; set; }
Property Value
- string
Destination
public ActiveMQDestination Destination { get; set; }
Property Value
- ActiveMQDestination
Selector
public string Selector { get; set; }
Property Value
- string
SubcriptionName
public string SubcriptionName { get; set; }
Property Value
- string
SubscribedDestination
public ActiveMQDestination SubscribedDestination { get; set; }
Property Value
- ActiveMQDestination
Methods
GetDataStructureType()
public override byte GetDataStructureType()
Returns
- byte
ToString()
public override string ToString()
Returns
- string