Queue manager default bind type

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 you must create a Connection stanza if you 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.