TsgcWSPClient_AMQP › Properties › Version
Read-only string with the sgcWebSockets build version of the AMQP 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 indicate the AMQP protocol level spoken with the broker — this client implements AMQP 0-9-1 as specified by the AMQP 0-9-1 Working Group (RabbitMQ-compatible).
ShowMessage('sgcWebSockets AMQP version: ' + oAMQP.Version);