Channel queues
To use distributed queuing, you need to define the following objects:
- A local queue with the name SYSTEM.CHANNEL.SYNCQ, which is used to maintain
sequence numbers and logical units of work identifiers (LUWID) of channels.
To improve channel performance, you should define this queue with an index
type of MSGID (as shown in the supplied sample queue definition).
- A local queue with the name SYSTEM.CHANNEL.INITQ, which is used for channel
commands.
You cannot define these queues as shared queues.