Configure name service stanzas on UNIX and Linux

On UNIX and Linux systems, each queue manager has its own queue manager configuration file.

The following examples of UNIX and Linux configuration file stanzas for the name service specify a name service component provided by the (fictitious) ABC company.
Figure 1. Name service stanzas in qm.ini (for UNIX and Linux systems)
# Stanza for name service
 Service:
    Name=NameService
    EntryPoints=5
 
# Stanza for name service component, provided by ABC
 ServiceComponent:
    Service=NameService
    Name=ABC.Name.Service
    Module=/usr/lib/abcname
    ComponentDataSize=1024
Note: On Windows systems, name service stanza information is stored in the Registry. Parent topic: Configure services and components