The registry

The registry is the main store for queue manager-related information. Each queue manager has at least one registry. Every queue manager uses the registry to hold its:
  • Queue manager configuration data
  • Queue definitions
  • Remote queue definitions
  • Connection definitions
  • User data (including configuration-dependent security information)

Registry information is stored using an adapter, usually the MQeDiskFields adapter.

See Security for more detailed information on the registry.

Parent topic: Security