Difference between revisions of "BUMP QUEUEMANAGER: Disconnecting queue manager users"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<p class="syntax">BUMP {QUEUEMANAGER | QM} <span class="term">name</span> </p> | <p class="syntax">BUMP {QUEUEMANAGER | QM} <span class="term">name</span> </p> | ||
− | + | <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 a DEFINE QUEUEMANAGER command.</p> |
Revision as of 01:08, 16 December 2021
Summary
- Privileges
- System manager or User 0
- Function
- Disconnects all users who have connections to the specified queue manager.
Syntax
BUMP {QUEUEMANAGER | QM} name
Where:
name identifies a queue manager created with a DEFINE QUEUEMANAGER command.
Usage
When you want to disconnect users from a queue manager, follow these steps:
- Issue a STOP QUEUEMANAGER command to prevent additional access to the queue manager.
- Issue a BUMP QUEUEMANAGER command. Any active WebSphere MQ transactions for bumped users are backed out.
If the queue manager does not exist or has not been started, an error message is issued.