TuningParameters stanza of the qm.ini file

Use the TuningParameters stanza in the qm.ini file to specify options for tuning the queue manager.

    SuppressDspAuthFail=YES|NO
    When set to YES, the queue manager suppresses generation of authorization events and the writing of AMQ8077 error messages to the error log when an authorization check fails, if the connection lacks +dsp authority to an object.

    ImplSyncOpenOutput=value
    ImplSyncOpenOutput is the minimum number of applications that have the queue open for put, before an implicit syncpoint might be enabled for a persistent put, outside of syncpoint. The default value of ImplSyncOpenOutput is 2.

    This has the effect that if there is only one application that has that queue open for a put operation, ImplSyncOpenOutput is switched off.

    Specify ImplSyncOpenOutput=1 means that an implicit syncpoint is always considered.

    We can set any positive integer value. If you never want an implicit syncpoint to be added, set ImplSyncOpenOutput=OFF.

    UniformClusterName=name of cluster
    The name of the IBM MQ cluster we are using as a uniform cluster.

Parent topic: Attributes for changing queue manager configuration information


Related information