Connection stanza of the qm.ini file

Use the Extended queue manager properties page from the IBM MQ Explorer, or the Connection stanza in the qm.ini file to specify the default bind type. Note that create a Connection stanza if we need one.

    DefaultBindType= SHARED|ISOLATED
    If DefaultBindType is set to ISOLATED, applications and the queue manager run in separate processes, and no resources are shared between them.

    If DefaultBindType is set to SHARED, applications and the queue manager run in separate processes, but some resources are shared between them.

    The default is SHARED. Attention: DefaultBindType applies to all MQCONN calls, and any using MQCONNX with MQCNO_STANDARD_BINDING.

    Change the DefaultBindType might cause some applications to degrade in performance.

Parent topic: Attributes for changing queue manager configuration information