TsgcWSPClient_AMQP › Methods › CommitTransaction
Commits the current transaction on a channel (tx.commit).
procedure CommitTransaction(const aChannel: string);
| Name | Type | Description |
|---|---|---|
aChannel | const string | Name of the open AMQP channel on which the operation is issued. |
Flushes all publications and acknowledgements queued since the last SelectTransaction to the broker atomically.
sgcWSPClient_AMQP1.CommitTransaction('ch1');