This application aims to create and use a single queue manager with a local queue. It involves putting a message to the local queue and then removing it.
You can create queue managers for use by one program. Once this program has completed, you can run a second program that reinstates the previous queue manager configuration.
Typically, configuring new entities is a separate process from their actual use. Once configured, administering these entities also requires a different process than using them. This section concentrates on usage rather than administration.