Class ConnectionControl
- Namespace
- Apache.NMS.ActiveMQ.Commands
- Assembly
- Apache.NMS.ActiveMQ.dll
public class ConnectionControl : BaseCommand, Command, DataStructure, ICloneable
- Inheritance
-
ConnectionControl
- Implements
-
- Inherited Members
-
Constructors
ConnectionControl()
public ConnectionControl()
Fields
ID_CONNECTIONCONTROL
public const byte ID_CONNECTIONCONTROL = 18
Field Value
- byte
Properties
Close
public bool Close { get; set; }
Property Value
- bool
ConnectedBrokers
public string ConnectedBrokers { get; set; }
Property Value
- string
Exit
public bool Exit { get; set; }
Property Value
- bool
FaultTolerant
public bool FaultTolerant { get; set; }
Property Value
- bool
IsConnectionControl
public override bool IsConnectionControl { get; }
Property Value
- bool
RebalanceConnection
public bool RebalanceConnection { get; set; }
Property Value
- bool
ReconnectTo
public string ReconnectTo { get; set; }
Property Value
- string
Resume
public bool Resume { get; set; }
Property Value
- bool
Suspend
public bool Suspend { get; set; }
Property Value
- bool
Token
public byte[] Token { get; set; }
Property Value
- byte[]
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