setDefaultConnectionManager

 

public static void setDefaultConnectionManager(MQConnectionManager mqCxMan);

Sets the supplied MQConnectionManager to be the default ConnectionManager. The default ConnectionManager is used when no ConnectionManager is specified on the MQQueueManager constructor. This method also empties the set of MQPoolTokens.

Parameters

  • mqCxMan - the supplied MQConnectionManager .


uj12680_