Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxClientLastPublishSequenceNumber
 
awGetTxClientLastPublishSequenceNumber
BrokerError awGetTxClientLastPublishSequenceNumber(
BrokerTxClient txclient,
BrokerLong *seqn);
txclient
The Broker client whose last transactionally published sequence number is to be returned.
seqn
The sequence number last published by the Broker client. This parameter is used for output.
Obtains the highest sequence number used by the txclient for publishing or delivering an event.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The Broker client, represented by the txclient parameter, has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The seqn parameter is NULL.