The following code is in the
examples.helloworld.Run class
in its complete state. Solutions using MQe classes are often separated into
several separate tasks:
- Installation of the solution
- Configuration of the queue manager, leaving the configuration information
on the local hard disk
- Use of the queue manager
- Removal of the queue manager
- Un-install of the solution
Before reading the information in this chapter, you need to configure
a queue manager. The
examples.helloworld.Configure program
demonstrates the configuration of the queue manager. The
examples.helloworld.Unconfigure
program demonstrates the removal of the queue manager. This section
of the documentation describes how to use the queue manager.