After you have installed MQe you can use the following procedures to run some examples that determine whether the installation of the development kit was successful.
CreateExampleQM.bat <JDK>
CreateExampleQM
Once you have created a queue manager you can start it and use it in applications. You can use the batch file ExamplesMQeClientTest.bat or the shell script ExamplesMQeClientTest to run some of the simple application examples.
The batch file runs examples.application.Example1 by default. This example puts a test message to queue manager ExampleQM and then gets the message from the same queue manager. If the two messages match, the application ran successfully.
ExamplesMQeClientTest <JDK> <ExampleNo>
ExamplesMQeClientTest <ExampleNo>
DeleteExampleQM.bat <JDK>
DeleteExampleQM
Parent topic: Verifying your installation