This package contains a set of classes for creating and deleting queue
managers.
- DefineQueueManager
- A GUI that allows the user to select
options when creating a queue manager. When the options have
been selected, this example creates an ini file containing the queue
manager startup parameters, and then creates the queue manager.
- CreateQueueManager
- A GUI program that requests the name and directory of an ini file
that contains queue manager startup parameters. When the name and directory
are provided, a queue manager is created.
- SimpleCreateQM
- A command line program that takes a parameter that is the name of an ini file
that contains queue manager startup parameters. It also optionally takes a
parameter that is the root directory where queues are stored. Provided a valid ini file
is found, a queue manager is created.
- DeleteQueueManager
- A GUI program that takes the name of an ini file that contains
queue manager startup parameters. Provided a valid ini file is found,
the queue manager is deleted.
- SimpledDeleteQM
- A command line program that takes a parameter that is the name of an ini file
that contains queue manager startup parameters. Provided a valid ini file
is found, the queue manager is deleted.
- GetCredentials
- A GUI program that takes the name of an ini file that contains
queue manager startup parameters. Provided a valid ini file is found,
new credentials (private/public key pair and public certificate) are obtained
for the queue manager. The mini-certificate server must be running and the
request for a new certificate must have been authorized for this to succeed
(see Mini-certificate issuance service).
All the configuration files use the resources and utilities provided in ConfigResource,
and ConfigUtils.
For more details about creating and deleting queue managers, see Queue manager operations.