Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awClear | awClearTxClientQueue
 
awClearTxClientQueue
BrokerError awClearTxClientQueue(
BrokerTxClient txclient);
Clears all events in the queue for the specified txclient.
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 txclient has been destroyed or disconnected.
See also: