Establishing the queue manager NetBIOS session, command, and name limits

The queue manager limits for NetBIOS sessions, commands, and names can be specified in two ways.

In order of precedence these ways are:
  1. The values specified in the RUNMQLSR command:
    -s Sessions
    -e Names
    -o Commands
    

    If the -m operand is not specified in the command, the values apply only to the default queue manager.

  2. The NETBIOS stanza in the queue manager configuration file qm.ini. For example:
    NETBIOS:
    
    NumSess= Qmgr_max_sess
    NumCmds= Qmgr_max_cmds
    NumNames= Qmgr_max_names