TsgcWSPClient_AMQP › Methods › RollbackTransaction
Rolls back the current transaction on a channel (tx.rollback).
procedure RollbackTransaction(const aChannel: string);
| Name | Type | Description |
|---|---|---|
aChannel | const string | Name of the open AMQP channel on which the operation is issued. |
Discards all publications and acknowledgements queued since the last SelectTransaction; the broker state is reverted as if they had never happened.
sgcWSPClient_AMQP1.RollbackTransaction('ch1');