TsgcWSPClient_AMQP1 › Properties › Version
Read-only string with the sgcWebSockets build version of the AMQP 1.0 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 the OASIS AMQP 1.0.0 wire protocol (major=1, minor=0, revision=0) and is interoperable with Azure Service Bus, ActiveMQ Artemis, Apache Qpid and other AMQP 1.0 brokers.
ShowMessage('sgcWebSockets AMQP 1.0 version: ' + oAMQP1.Version);