BUMP QUEUEMANAGER: Disconnecting queue manager users: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== | ==Privileges== | ||
< | <p> | ||
System manager or User 0</p> | |||
< | ==Function== | ||
< | <p> | ||
</ | Validates the existence of a queue manager and marks it available for use. </p> | ||
==Syntax== | ==Syntax== | ||
<p class="syntax"> | <p class="syntax">START {QUEUEMANAGER | QM} <span class="term">name</span></p> | ||
==Where== | |||
<p> | <p> | ||
<var class="term">name</var> identifies a queue manager created with | <var class="term">name</var> identifies a queue manager created with the DEFINE QUEUEMANAGER command.</p> | ||
==Usage== | ==Usage== | ||
<p> | <p> | ||
If the specified queue manager is already started, the command is ignored. </p> | |||
<p> | <p> | ||
Once this command has been issued successfully, queues that belong to this queue manager can be opened with the [[MQ/204 and SOUL statements#OPEN QUEUE statement|OPEN QUEUE]] statement or the [[MQ/204 and SOUL statements#MQPUT1 statement|MQPUT1]] statement.</p> | |||
Revision as of 01:16, 16 December 2021
Privileges
System manager or User 0
Function
Validates the existence of a queue manager and marks it available for use.
Syntax
START {QUEUEMANAGER | QM} name
Where
name identifies a queue manager created with the DEFINE QUEUEMANAGER command.
Usage
If the specified queue manager is already started, the command is ignored.
Once this command has been issued successfully, queues that belong to this queue manager can be opened with the OPEN QUEUE statement or the MQPUT1 statement.