Types of message queues

All messages on the system are sent to a message queue.

The system user or program associated with the message queue receives the message from the queue. Similarly, a reply to a message is sent back to the message queue of the user or program requesting the reply.

The following diagrams show the message queues supplied by IBM®. A message queue is supplied for each display station (where DSP01 and DSP02 are display station names) and each user profile (where BOB and RAY are user profile names):
The following diagrams show the message queues supplied by IBM. A message queue is supplied for each display station (where DSP01 and DSP02 are display station names) and each user profile (where BOB and RAY are user profile names).

Job message queues are supplied for each job running on the system. Each job is given an external message queue (*EXT) and each call of an OPM program or ILE procedure within the job has its own call message queue.
Job message queues are supplied for each job running on the system. Each job is given an external message queue (*EXT) and each call of an OPM program or ILE procedure within the job has its own call message queue.

Message queues are also supplied for the system history log (QHST) and the system operator (QSYSOPR):
Message queues are also supplied for the system history log (QHST) and the system operator (QSYSOPR).

These message queues are used as follows:

In addition to these message queues, you can create your own user message queues for sending messages to system users and between application programs.

Related concepts
Job message queues
Related tasks
Messages