64 lines
4.2 KiB
HTML
64 lines
4.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Job message queues" />
|
|
<meta name="abstract" content="Job message queues are created for each job on the system to handle all the message requirements of the job. Job message queues for a single job consist of an external message queue (*EXT) and a set of call message queues." />
|
|
<meta name="description" content="Job message queues are created for each job on the system to handle all the message requirements of the job. Job message queues for a single job consist of an external message queue (*EXT) and a set of call message queues." />
|
|
<meta name="DC.subject" content="job message queue, queue, job message queue, message, job message queue" />
|
|
<meta name="keywords" content="job message queue, queue, job message queue, message, job message queue" />
|
|
<meta name="DC.Relation" scheme="URI" content="msgusequeues.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="msgextqueue.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="msgcallqueue.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="tmtmq.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="jmsgq" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Job message queues</title>
|
|
</head>
|
|
<body id="jmsgq"><a name="jmsgq"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Job message queues</h1>
|
|
<div><p>Job message queues are created for each job on the system to handle
|
|
all the message requirements of the job. Job message queues for a single
|
|
job consist of an external message queue (*EXT) and a set of call message
|
|
queues. </p>
|
|
<p>A call message queue is assigned to each ILE procedure and OPM program
|
|
that is called within the job. In addition, a job log is created for each
|
|
job. A job log is a logical queue which maintains all messages sent within
|
|
a job in chronological order. You may send messages to the *EXT queue or to
|
|
a call message queue. You do not send messages to the job log. Rather a message
|
|
sent to either *EXT or a call message queue is also logically added to the
|
|
job log by the system.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="msgextqueue.htm">External message queue (*EXT)</a></strong><br />
|
|
The external message queue (*EXT) is used to communicate with the external requester (such as a display station user) of the job.</li>
|
|
<li class="ulchildlink"><strong><a href="msgcallqueue.htm">Call message queue</a></strong><br />
|
|
A call message queue is used to send messages between one program or procedure and another program or procedure.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="msgusequeues.htm" title="This covers the types of message queues, how to create or change a message queue, and details about job message queues.">Use message queues</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="tmtmq.htm" title="All messages on the system are sent to a message queue.">Types of message queues</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |