A queue manager requires at least the following:
- A registry
- A queue manager definition
- Local default queue definitions
Once these definitions are in place you can run the queue manager and
use the administration interface to perform further configuration, such as
adding more queues.
Methods to create these initial objects are supplied in the MQeQueueManagerConfigure class.
The example install programs examples.install.SimpleCreateQM and examples.install.SimpleDeleteQM use this class.