10. Create a local queue (on QM2) called Q2

When you have started the QM2 queue manager, you can create a local queue called Q2.

Creating Q2 using MQe_Script:

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

This command creates a basic local queue called Q2, on the QM2 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: 9. Start QM2
Next topic: 11. Create a connection definition (on QM2)