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. The WebSphere MQ Everyplace Configuration Guide contains information on configuring and administering resources.
Assuming that the queue manager entity has already been configured, the HelloWorld application has the following flow for both the C and Java codebases: