Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awMake | awMakeTxSubId
 
awMakeTxSubId
int awMakeTxSubId(
BrokerTxClient txclient);
txclient
The txclient for whom the subscription ID is being made.
Returns a subscription ID for the specified txclient.
Note:
It is possible for this function to create duplicate subscription IDs for subscriptions that were opened before this Broker client session was created.You should use this function only with transactional clients that do not make use of awDisconnectClient and awReconnectClient. See awMakeUniqueSubId for a function that creates subscription IDs that are unique across multiple sessions.
See also: