Broker 10.5 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awClear | awClearClientQueue
 
awClearClientQueue
BrokerError awClearClientQueue(
BrokerClient client);
Clears all events in the queue for the specified client.
Important:
Use this function with care because it deletes events that have not yet been processed.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
See also: