Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awResend | awResendUnacknowledgedEvents
 
awResendUnacknowledgedEvents
BrokerError awResendUnacknowledgedEvents(
BrokerClient client,
int n_seqn_num,
BrokerLong *seqn,
BrokerEvent **events);
Resend unacknowledged events with receipt sequence numbers as specified. A list of seqn numbers are passed in as argument.
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.
In addition, any of the communications errors can occur.