Registry parameters for a queue manager

The registry is the primary store for queue manager-related information; one exists for each queue manager. Every queue manager uses the registry to hold its:

Registry type

MQE_REGISTRY_LOCAL_REG_TYPE
The type of registry being opened. file registry and private registry are currently supported. A private registry is required for some of the security features. See Security.

For a file registry this parameter should be set to:

com.ibm.mqe.registry.MQeFileSession

For a private registry it should be set to:

com.ibm.mqe.registry.MQePrivateSession

Aliases can be used to represent these values.



© IBM Corporation 2002. All Rights Reserved