BUMP QUEUEMANAGER: Disconnecting queue manager users: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Summary==
==Summary==
<b>Privileges</b>
<p>System manager or User 0</p>


<dt>Privileges
<b>Function</b>
<dd>System manager or User 0
<p>Validates the existence of a queue manager and marks it available for use.</p>
 
<dt>Function
<dd>Disconnects all users who have connections to the specified queue manager.


==Syntax==
==Syntax==
<p class="syntax">BUMP {QUEUEMANAGER | QM} <span class="term">name</span> </p>
<p class="syntax">START {QUEUEMANAGER | QM} <span class="term">name</span></p>


====Where====
<b>Where:</b>
<p>
<p>
<var class="term">name</var> identifies a queue manager created with a DEFINE QUEUEMANAGER command.</p>
<var class="term">name</var> identifies a queue manager created with the DEFINE QUEUEMANAGER command.</p>


==Usage==
==Usage==
<p>
<p>
When you want to disconnect users from a queue manager, follow these steps:</p>
If the specified queue manager is already started, the command is ignored. </p>
<ol>
<li>
Issue a STOP QUEUEMANAGER command to prevent additional access to the queue manager.</li>
<li>
Issue a BUMP QUEUEMANAGER command. Any active WebSphere MQ transactions for bumped users are backed out. </li>
</ol>
<p>
<p>
If the queue manager does not exist or has not been started, an error message is issued. </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>
 
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 23:07, 17 December 2021

Summary

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.