TsgcWSPClient_AMQP › Properties
TsgcWSPClient_AMQP Properties
Published properties grouped by purpose, followed by the full alphabetical list.
Connection
| Name | Description |
| Client | References the TsgcWebSocketClient that carries AMQP 0-9-1 frames when connecting over WebSockets. |
| Broker | References a TsgcWSAMQPBroker component so the AMQP protocol runs over raw TCP instead of WebSockets. |
| Guid | Unique identifier that binds this subprotocol instance to its WebSocket or broker connection. |
Protocol
| Name | Description |
| AMQPOptions | Negotiated AMQP 0-9-1 connection-tune parameters sent to the broker in Connection.StartOk / Connection.TuneOk. |
Reliability
| Name | Description |
| HeartBeat | Sends AMQP heartbeat frames periodically to keep the connection alive and to detect silent broker drops. |
Diagnostics
| Name | Description |
| Version | Read-only string with the sgcWebSockets build version of the AMQP subprotocol component. |
All Properties (alphabetical)
| Name | Description |
| AMQPOptions | Negotiated AMQP 0-9-1 connection-tune parameters sent to the broker in Connection.StartOk / Connection.TuneOk. |
| Broker | References a TsgcWSAMQPBroker component so the AMQP protocol runs over raw TCP instead of WebSockets. |
| Client | References the TsgcWebSocketClient that carries AMQP 0-9-1 frames when connecting over WebSockets. |
| Guid | Unique identifier that binds this subprotocol instance to its WebSocket or broker connection. |
| HeartBeat | Sends AMQP heartbeat frames periodically to keep the connection alive and to detect silent broker drops. |
| Version | Read-only string with the sgcWebSockets build version of the AMQP subprotocol component. |