MQ Control Command #176
marcialwushu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Start Queue Manager:
strmqm
Use: Initiates the specified Queue Manager.
Stop Queue Manager:
endmqm
Use: Halts the specified Queue Manager.
Display MQ Version Information:
dspmqver
Use: Shows the version of IBM MQ currently installed.
List Queue Managers on a System:
dspmq
Use: Lists all available Queue Managers on the system.
Create a New Queue Manager:
crtmqm
Use: Creates a new Queue Manager with the specified name.
Delete a Queue Manager:
dltmqm
Use: Deletes an existing Queue Manager.
Start a Queue Manager as a Service:
strmqcsv
Use: Starts a Queue Manager as a service (Windows platform).
Stop a Queue Manager Service:
endmqcsv
Use: Stops a Queue Manager service (Windows platform).
Display Information About All Queues:
echo "DISPLAY Q(*)" | ./runmqsc MQWEB_QMGR
Use: Displays information about all queues in the Queue Manager.
Run MQSC Script:
runmqsc < script.mqsc
Use: Executes an MQSC script against a specific Queue Manager.
Display Queue Manager Status:
echo "DISPLAY QMSTATUS" | ./runmqsc MQWEB_QMGR
Use: Shows the status of a specific Queue Manager.
Display Queue Status:
echo "DISPLAY QSTATUS(*)" | ./runmqsc MQWEB_QMGR
Use: Displays the status of the QUEUES in the Queue Manager.
List Channels:
echo "DISPLAY CHANNEL(*)" | ./runmqsc MQWEB_QMGR
Use: Lists all channels defined in the Queue Manager.
Display Listener Status:
echo "DISPLAY LSSTATUS(*)" | ./runmqsc MQWEB_QMGR
Use: Shows the status of listeners on the Queue Manager.
Refresh Queue Manager:
echo "refresh qmgr type(CONFIGEV) name(REPO_NL) object(NAMELIST)" | ./runmqsc MQWEB_QMGR
Use: Refreshes the configuration of a running Queue Manager.
Beta Was this translation helpful? Give feedback.
All reactions