Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awMake | awMakeSubId
 
awMakeSubId
int awMakeSubId(
BrokerClient client);
client
The client for whom the subscription ID is being made.
Returns a subscription ID for the specified client.
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 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: