![]() |
Habari STOMP Client for Artemis 9.4
Object Pascal STOMP client library for ActiveMQ Artemis
|
Provides information about the current STOMP connection, including the broker-assigned STOMP session identifier and the server identifier string. More...
Public Member Functions | |
| Boolean | TransportConnected () |
| Is the transport layer connected? | |
| string | StompSessionID () |
| Stomp session ID. | |
| string | StompServerName () |
| Stomp server name. | |
| TStompProtocolVersion | StompProtocolVersion () |
| Stomp protocol version of the current connection. | |
Provides information about the current STOMP connection, including the broker-assigned STOMP session identifier and the server identifier string.
| TStompProtocolVersion IConnectionInfo::StompProtocolVersion | ( | ) |
Stomp protocol version of the current connection.
| string IConnectionInfo::StompServerName | ( | ) |
Stomp server name.
| string IConnectionInfo::StompSessionID | ( | ) |
Stomp session ID.
| Boolean IConnectionInfo::TransportConnected | ( | ) |
Is the transport layer connected?