[UNIX, Linux, Windows, IBM i]

QueueManager stanza of the mqs.ini file

The QueueManager stanza specifies the location of the queue manager directory.

There is one QueueManager stanza for every queue manager. The attributes of this stanza specify the queue manager name, and the name of the directory containing the files associated with that queue manager. The name of the directory is based on the queue manager name, but is transformed if the queue manager name is not a valid file name. For more information about name transformation, see Understanding IBM® MQ file names.

Name= queue_manager_name
The name of the queue manager.
Prefix= prefix
Where the queue manager files are stored. By default, this value is the same as the value specified on the DefaultPrefix attribute of the All Queue Managers stanza in the mqs.ini file.
Directory= name
The name of the subdirectory under the prefix\QMGRS directory where the queue manager files are stored. This name is based on the queue manager name, but can be transformed if there is a duplicate name or if the queue manager name is not a valid file name.
DataPath= path
An explicit data path provided when the queue manager was created, this overrides Prefix and Directory as the path to the queue manager data.
InstallationName= name
The name of the IBM MQ installation associated with this queue manager. Commands from this installation must be used when interacting with this queue manager.
[IBM i]Library= name
The name of the library where IBM i objects pertinent to this queue manager, for example, journals and journal receivers, are stored. This name is based on the queue manager name, but can be transformed if there is a duplicate name, or if the queue manager name is not a valid library name.