TsgcWSPClient_AMQP1Properties › Guid

Guid Property

Unique identifier that binds this subprotocol instance to its WebSocket or broker connection.

Syntax

property Guid: String read FGuid write FGuid;

Default Value

Auto-generated on component creation

Remarks

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.

Example


ShowMessage('Protocol Guid: ' + oAMQP1.Guid);

Back to Properties