We can create a transmission queue on the IBM i platform by using the Create MQM Queue panel.
We must define a local queue with the Usage field attribute set to *TMQ, for each sending message channel.
To use remote queue definitions, use the same command to create a queue of type *RMT, and Usage of *NORMAL.
To create a transmission queue, use the CRTMQMQ command from the command line to present you with the first queue creation panel; see Figure 1.
Type the name of the queue and specify the type of queue that we want to create: Local, Remote, or Alias. For a transmission queue, specify Local ( *LCL) on this panel and press enter.
You are presented with the second page of the Create MQM Queue panel; see Figure 2.
Change any of the default values shown. Press page down to scroll to the next screen; see Figure 3.
Type *TMQ, for transmission queue, in the Usage field of this panel, and change any of the default values shown in the other fields.
When we are satisfied that the fields contain the correct data, press enter to create the queue.