ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/trb/trbmntrjob.htm

47 lines
2.5 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Monitor the application server jobs with a message queue</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3>Monitor the application server jobs with a message queue</h3>
<p>The application server allows you to specify an iSeries message queue object
where product messages are sent. The product messages are the same application
server messages that are sent to the job log.</p>
<p>To enable message queue support for an application server, use the administrative
console to specify the os400.WebSphere.message.queue system property for your
server. The message queue is specified by using the fully qualified pathname
of the object. For message queues in library QSYS, the format is /QSYS.LIB/<em>messageQueue</em>.MSGQ.
For message queues in libraries other than QSYS, the format is /QSYS.LIB/<em>yourLib</em>.LIB/<em>messageQueue</em>.MSGQ.
The message queue must exist and the QEJBSVR user profile must have *CHANGE
authority to the message queue.</p>
<p>To use the os400.WebSphere.message.queue system property for your application
server, follow these steps:</p>
<ol>
<li><a href="../../../rzaie/rzaiemain.htm">Start HTTP Server Administration
interface.</a></li>
<li>Click the <strong>Manage</strong> tab.</li>
<li>Select your application server from the <strong>Server</strong> list.</li>
<li>Expand <strong>Tools</strong>.</li>
<li>Click <strong>Launch Express Console</strong>.</li>
<li>Expand <strong>Servers</strong>.</li>
<li>Click <strong>Application Server</strong>s.</li>
<li>Select your application server from the table.</li>
<li>Click <strong>Process Definition</strong>.</li>
<li>Click <strong>Java virtual machine</strong>.</li>
<li>Click <strong>Custom Properties</strong>.</li>
<li>Click <strong>New</strong>.</li>
<li>Specify <strong>os400.WebSphere.message.queue</strong> in the <strong>Name</strong> field.</li>
<li>Specify the fully qualified pathname for the message queue in the <strong>Value</strong> field.</li>
<li>Click <strong>OK</strong>.</li>
<li>Click the <strong>Save</strong> link at the top of the page to save your
configuration changes. Click <strong>Save</strong> on the resulting page.</li>
<li>Stop and restart your application server.</li>
</ol>
</body>
</html>