Creating a queue called LQ1
Create a queue by using the command-line interface. Queues are data structures that are used to store messages and are IBM® MQ queue manager objects.
About this task
There are three ways to create IBM MQ objects:
- Command-line.
- IBM MQ Explorer.
- Using a programmable interface.
In this task you can create IBM MQ objects using the command-line.
The command-line interface has a scripting language called IBM MQ Script Commands (MQSC). The scripting tool, runmqsc, is used to run the script against a queue manager. To create and start a queue by using the command-line interface, complete the following steps.
Procedure
What to do next
You are ready to put a message on to your queue. To put a message in a queue, see Putting a message to the queue LQ1.