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.
C example
CreateExampleQM.bat <JDK>
C example
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.
C example
ExamplesMQeClientTest <JDK> <ExampleNo>
C example
ExamplesMQeClientTest >ExampleNo<
C example
DeleteExampleQM.bat <JDK>
C example
DeleteExampleQM