TsgcWSPClient_STOMP_ActiveMQ › Properties › Version
Read-only string with the sgcWebSockets build version of the ActiveMQ STOMP subprotocol component.
property Version: String read GetVersion;
Inherited from the sgcWebSockets library build
Inherited from the component framework: returns the build version of the installed sgcWebSockets library at design and runtime. The value is read-only and intended for diagnostics, support tickets and about-box text. It does not identify the STOMP wire protocol negotiated with ActiveMQ — use the Versions flags to configure which of STOMP 1.0/1.1/1.2 are offered, and read the Version parameter of OnActiveMQConnected to find out which one the broker actually selected.
ShowMessage('sgcWebSockets STOMP version: ' + STOMP.Version);