TsgcWSPClient_AMQP › Properties

TsgcWSPClient_AMQP Properties

Published properties grouped by purpose, followed by the full alphabetical list.

Connection

NameDescription
ClientReferences the TsgcWebSocketClient that carries AMQP 0-9-1 frames when connecting over WebSockets.
BrokerReferences a TsgcWSAMQPBroker component so the AMQP protocol runs over raw TCP instead of WebSockets.
GuidUnique identifier that binds this subprotocol instance to its WebSocket or broker connection.

Protocol

NameDescription
AMQPOptionsNegotiated AMQP 0-9-1 connection-tune parameters sent to the broker in Connection.StartOk / Connection.TuneOk.

Reliability

NameDescription
HeartBeatSends AMQP heartbeat frames periodically to keep the connection alive and to detect silent broker drops.

Diagnostics

NameDescription
VersionRead-only string with the sgcWebSockets build version of the AMQP subprotocol component.

All Properties (alphabetical)

NameDescription
AMQPOptionsNegotiated AMQP 0-9-1 connection-tune parameters sent to the broker in Connection.StartOk / Connection.TuneOk.
BrokerReferences a TsgcWSAMQPBroker component so the AMQP protocol runs over raw TCP instead of WebSockets.
ClientReferences the TsgcWebSocketClient that carries AMQP 0-9-1 frames when connecting over WebSockets.
GuidUnique identifier that binds this subprotocol instance to its WebSocket or broker connection.
HeartBeatSends AMQP heartbeat frames periodically to keep the connection alive and to detect silent broker drops.
VersionRead-only string with the sgcWebSockets build version of the AMQP subprotocol component.