TsgcWSPClient_AMQP › Methods › EnableChannel
Resumes message flow on a previously-paused channel (channel.flow active=true).
procedure EnableChannel(const aChannel: string);
| Name | Type | Description |
|---|---|---|
aChannel | const string | Name of the open AMQP channel on which the operation is issued. |
Sends channel.flow to the broker with the active flag set, telling it to resume sending deliveries on this channel. Counterpart of DisableChannel.
sgcWSPClient_AMQP1.EnableChannel('ch1');