简体   繁体   中英

Regarding queues in QMGR

I installed IBM MQ in RHEL and now the queue manager is running good. But some particular queues are not responding while the payments.. I need the command to verify the status and to start the queue if its stopped. (commands to start and check status for a particular queue not a QMGR).

If QMGR is running then your queue should be available, there is no particular command to start a queue. To check all available queues in particular QMGR you can use below command:

runmqsc QMGR_NAME

DISPLAY QLOCAL(*)

and to check particular queue details you can use below command:

DISPLAY QLOCAL(queue_name)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM