TsgcWSPClient_STOMP_ActiveMQ › Properties
Published properties grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Client | References the TsgcWebSocketClient that carries STOMP frames to the ActiveMQ broker when connecting over WebSockets. |
| Broker | References a TsgcWSSTOMPBroker component so the ActiveMQ STOMP protocol runs over raw TCP instead of WebSockets. |
| Versions | Selects which STOMP wire versions (1.0, 1.1, 1.2) are offered to the ActiveMQ broker in the WebSocket subprotocol list and the CONNECT accept-version header. |
| Guid | Unique identifier that binds this ActiveMQ STOMP subprotocol instance to its WebSocket or broker connection. |
| Name | Description |
|---|---|
| Options | Generic STOMP-level settings sent in the CONNECT frame, such as the virtual host header. For ActiveMQ-specific JMS extensions use ActiveMQ_Options. |
| ActiveMQ_Options | ActiveMQ-specific STOMP extensions added to the CONNECT frame, such as the durable activemq.client-id required to resume durable topic subscriptions. |
| Name | Description |
|---|---|
| HeartBeat | Negotiates the STOMP 1.1/1.2 heart-beat header so the client and the ActiveMQ broker 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 ActiveMQ broker. |
| Name | Description |
|---|---|
| Version | Read-only string with the sgcWebSockets build version of the ActiveMQ STOMP subprotocol component. |
| Name | Description |
|---|---|
| ActiveMQ_Options | ActiveMQ-specific STOMP extensions added to the CONNECT frame, such as the durable activemq.client-id required to resume durable topic subscriptions. |
| Authentication | Sends login and passcode headers in the STOMP CONNECT frame to authenticate the client against the ActiveMQ broker. |
| Broker | References a TsgcWSSTOMPBroker component so the ActiveMQ STOMP protocol runs over raw TCP instead of WebSockets. |
| Client | References the TsgcWebSocketClient that carries STOMP frames to the ActiveMQ broker when connecting over WebSockets. |
| Guid | Unique identifier that binds this ActiveMQ STOMP subprotocol instance to its WebSocket or broker connection. |
| HeartBeat | Negotiates the STOMP 1.1/1.2 heart-beat header so the client and the ActiveMQ broker exchange keep-alive newlines and detect silent drops. |
| Options | Generic STOMP-level settings sent in the CONNECT frame, such as the virtual host header. For ActiveMQ-specific JMS extensions use ActiveMQ_Options. |
| Version | Read-only string with the sgcWebSockets build version of the ActiveMQ STOMP subprotocol component. |
| Versions | Selects which STOMP wire versions (1.0, 1.1, 1.2) are offered to the ActiveMQ broker in the WebSocket subprotocol list and the CONNECT accept-version header. |