TsgcWSPClient_AMQP1 › Properties › Guid
Unique identifier that binds this subprotocol instance to its WebSocket or broker connection.
property Guid: String read FGuid write FGuid;
Auto-generated on component creation
Assigned automatically in the constructor and used internally to route incoming bytes from the TsgcWebSocketClient (or TsgcWSAMQPBroker) to the matching AMQP 1.0 subprotocol instance. It is not part of any AMQP 1.0 wire identity — peers are identified by ContainerId in the Open frame and by channel / handle numbers on sessions and links. Do not modify Guid unless you are explicitly re-parenting the protocol component between connections.
ShowMessage('Protocol Guid: ' + oAMQP1.Guid);