addConnectionPoolToken

 

public static void addConnectionPoolToken(MQPoolToken token);

Adds a given MQPoolToken to the connection pool. A default ConnectionManager can use this as a hint; typically, it is enabled only while there is at least one token in the connection pool.

Parameters

  • token - the token to be added.


uj12580_