Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awAcknowledge | awAcknowledge
 
awAcknowledge
BrokerError awAcknowledge(
BrokerClient client,
BrokerLong seqn);
client
The Broker client that is acknowledging the receipt of an event.
seqn
The sequence number of the event to acknowledge. A value of zero acknowledges all the events received from the Broker that were previously unacknowledged.
Acknowledges the receipt of a single event, specified by seqn, for the specified Broker client. If seqn is set to zero, all previously unacknowledged events are acknowledged. By acknowledging one or more events, a client ensures that the Broker will not send those events to the Broker client again.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_ACKNOWLEDGENT
The seqn is not a valid event to acknowledge.
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
AW_ERROR_OUT_OF_RANGE
The parameter seqn is less than zero.
See also: