AutoCluster stanza of the qm.ini file

Used when the queue manager starts to identify if the cluster is a member of an automatic cluster, and can identify the full repositories of the cluster.

The following attributes are mandatory for the AutoCluster stanza:

    Type=Uniform
    Specifies the type of automatic cluster, and the only valid option is Uniform, which represents a uniform cluster.

    ClusterName=<String>
    The name of the cluster, that is the automatic cluster name.

The following attributes are optional for the AutoCluster stanza but we must provide them in pairs:

    RepositoryName1=<String>
    This is the queue manager name for the first full repository in the automatic cluster. This can be the name of this queue manager, or another one.

    Repository1Conname=<Connection Name String>
    This is the connection name (CONNAME) value for how members of the automatic cluster should connect to this queue manager.

    Repository2Name=<String>
    This is the queue manager name for the second full repository in the automatic cluster. This can be the name of this queue manager, or another one.

    Repository2Conname=<Connection name string>
    This is the connection name (CONNAME) value for how members of the automatic cluster should connect to this queue manager.

Parent topic: Attributes for changing queue manager configuration information


Related concepts


Related tasks


Related reference