getCommandLevel

 

public int getCommandLevel() throws MQException;

Indicates the level of system control commands supported by the queue manager. The set of system control commands corresponding to a particular command level varies according to the platform on which the queue manager is running. See WebSphere MQ Application Programming Reference.

Returns

  • values between MQC.MQCMDL_LEVEL_1 and MQC.MQCMDL_LEVEL_600.

Exceptions

  • MQException - if you call this method after disconnecting from the queue manager to indicate that the connection is no longer valid.


uj15180_