TsgcWSPClient_AMQP › Methods › SelectTransaction
Starts a transaction on the channel (tx.select).
procedure SelectTransaction(const aChannel: string);
| Name | Type | Description |
|---|---|---|
aChannel | const string | Name of the open AMQP channel on which the operation is issued. |
Switches the channel to transactional mode. All publications and acknowledgements are then buffered on the broker until CommitTransaction or RollbackTransaction is issued.
sgcWSPClient_AMQP1.SelectTransaction('ch1');