Contents
namespace solace.ClientCapabilityType
Represents an enumeration of client capabilities. These are sent in the ClientCtrl login messages.
Static Properties & Enumerations Top
number |
BR_ERRORID
= 1
| ||
number |
PQ
= 2
| ||
number | UNBIND_ACK |
Static Properties & Enumerations Detail Top
static
public
number
BR_ERRORID
= 1
1
Indicates whether a client will process an EndpointErrorId in a BindResponse message. Always true
static
public
number
PQ
= 2
2
Indicates whether a client supports Partitioned Queues and whether a PartitionGroupId will be proccessed in a BindResponse message. Always true
Since 10.12.0
static
public
number
UNBIND_ACK
Client implements acknowledgements to router unsolicited unbinds. Always true.