2. Start the queue manager (QM1)

When you have created the queue manager called QM1, you need to start it.

Starting QM1 using MQe_Script:

You can use the following MQe_Script command to start the queue manager called QM1:
mqe_script_qm -load

When no name is supplied, this command starts the queue manager that has just been created. If you want to know how to load a queue manager and specify the INI file, see the documentation supplied with MQe_Script.

Starting a queue manager programmatically:

For more information on using Java or C to start a queue manager, see Starting queue managers. For examples in Java and C, see Starting queue managers in Java and Starting queue managers in C.

Parent topic: Walkthrough: creating a basic application
Previous topic: 1. Create a queue manager (QM1)
Next topic: 3. Create a local queue (Q1)