NETBIOS stanza of the qm.ini file (Windows only)

Use the Netbios queue manager properties page from the IBM MQ Explorer, or the NETBIOS stanza in the qm.ini file, to specify NetBIOS protocol configuration parameters. They override the default attributes for channels.

    LocalName= name
    The name by which this machine is known on the LAN.

    AdapterNum= 0| adapter_number
    The number of the LAN adapter. The default is adapter 0.

    NumSess= 1| number_of_sessions
    The number of sessions to allocate. The default is 1.

    NumCmds= 1| number_of_commands
    The number of commands to allocate. The default is 1.

    NumNames= 1| number_of_names
    The number of names to allocate. The default is 1.

    Library1= DLLName1
    The name of the NetBIOS DLL.

    The default value is NETAPI32.

Parent topic: Attributes for changing queue manager configuration information