Create a WebSphere MQ Everyplace queue manager and start a WebSphere MQ Everyplace server on the PC

  1. In the Java WebSphere MQ Everyplace code, there are a number of Windows .bat files. Edit the CreateExampleQM.bat and the ExamplesAWTMQeServer.bat files so that the following line:
    call JavaEnv %1
    

    becomes

    call JavaEnv JVM
    
    where JVM is MS, SUN or IBM, depending on which Java Virtual Machine you are using.
  2. Run CreateExampleQM.bat to create a queue manager called ExampleQM that listens on port '8081'.
  3. Run ExamplesAWTMQeServer.bat to start the AWT WebSphere MQ Everyplace server.
  4. In the Example WebSphere MQ Everyplace trace dialog, select all the check boxes.
  5. In the View menu, click the System.Err command, so that you can see all trace messages.


© IBM Corporation 2002. All Rights Reserved