简体   繁体   English

关于 QMGR 中的队列

[英]Regarding queues in QMGR

I installed IBM MQ in RHEL and now the queue manager is running good.我在 RHEL 中安装了 IBM MQ,现在队列管理器运行良好。 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). (用于启动和检查特定队列而不是 QMGR 的状态的命令)。

If QMGR is running then your queue should be available, there is no particular command to start a queue.如果 QMGR 正在运行,那么您的队列应该可用,没有特定的命令可以启动队列。 To check all available queues in particular QMGR you can use below command:要检查所有可用队列,特别是 QMGR,您可以使用以下命令:

runmqsc QMGR_NAME runmqsc QMGR_NAME

DISPLAY QLOCAL(*)显示本地(*)

and to check particular queue details you can use below command:并检查特定的队列详细信息,您可以使用以下命令:

DISPLAY QLOCAL(queue_name)显示 QLOCAL(队列名称)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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