3. Create a local queue (Q1)

When you have started the QM1 queue manager, you can create a local queue called Q1:

Creating Q1 using MQe_Script:

You can use the following MQe_Script command to create a local queue called Q1:
mqe_script_appq -create -qname Q1

This command creates a basic local queue called Q1, on the QM1 queue manager.

Creating a local queue programmatically:

For more information on using Java or C to create a local queue, see Configuring local queues. For examples in Java and C, see Java and C.

Parent topic: Walkthrough: creating a basic application
Previous topic: 2. Start the queue manager (QM1)
Next topic: 4. Create a connection definition