TsgcWSPClient_STOMP_RabbitMQ › Properties
Published properties grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Client | References the TsgcWebSocketClient that carries STOMP frames to RabbitMQ's Web-STOMP plugin on port 15674. |
| Broker | References a TsgcWSSTOMPBroker component so the STOMP protocol runs over raw TCP against RabbitMQ instead of the Web-STOMP plugin. |
| Versions | Selects which STOMP wire versions (1.0, 1.1, 1.2) are offered to RabbitMQ in the WebSocket subprotocol list and the CONNECT accept-version header. |
| Guid | Unique identifier that binds this STOMP RabbitMQ subprotocol instance to its WebSocket or broker connection. |
| Name | Description |
|---|---|
| Options | Extra STOMP-level settings sent in the CONNECT frame, such as the RabbitMQ virtual host used to select the broker logical namespace. |
| Name | Description |
|---|---|
| HeartBeat | Negotiates the STOMP 1.1/1.2 heart-beat header so the client and RabbitMQ exchange keep-alive newlines and detect silent drops. |
| Name | Description |
|---|---|
| Authentication | Sends login and passcode headers in the STOMP CONNECT frame to authenticate the client against the RabbitMQ Web-STOMP plugin. |
| Name | Description |
|---|---|
| Version | Read-only string with the sgcWebSockets build version of the STOMP RabbitMQ subprotocol component. |
| Name | Description |
|---|---|
| Authentication | Sends login and passcode headers in the STOMP CONNECT frame to authenticate the client against the RabbitMQ Web-STOMP plugin. |
| Broker | References a TsgcWSSTOMPBroker component so the STOMP protocol runs over raw TCP against RabbitMQ instead of the Web-STOMP plugin. |
| Client | References the TsgcWebSocketClient that carries STOMP frames to RabbitMQ's Web-STOMP plugin on port 15674. |
| Guid | Unique identifier that binds this STOMP RabbitMQ subprotocol instance to its WebSocket or broker connection. |
| HeartBeat | Negotiates the STOMP 1.1/1.2 heart-beat header so the client and RabbitMQ exchange keep-alive newlines and detect silent drops. |
| Options | Extra STOMP-level settings sent in the CONNECT frame, such as the RabbitMQ virtual host used to select the broker logical namespace. |
| Version | Read-only string with the sgcWebSockets build version of the STOMP RabbitMQ subprotocol component. |
| Versions | Selects which STOMP wire versions (1.0, 1.1, 1.2) are offered to RabbitMQ in the WebSocket subprotocol list and the CONNECT accept-version header. |