开发者

How might I delete selected alias queues in IBM Websphere's Queue Manager?

开发者 https://www.devze.com 2023-04-03 20:53 出处:网络
How might I delete 开发者_如何学JAVAselected alias queues in IBM Websphere\'s Queue Manager?If you have a local sign-on to the server where MQ lives you can use the runmqsc facility to issue delete co

How might I delete 开发者_如何学JAVAselected alias queues in IBM Websphere's Queue Manager?


If you have a local sign-on to the server where MQ lives you can use the runmqsc facility to issue delete commands:

runmqsc qmgrname
delete qa(qalias.name)

You can use WebSphere MQ Explorer to remotely delete the QAliases in a graphical user interface.

You can use PCF commands in a custom application to issue delete against the queue.

For any of these, the ID connected to the queue manager must either be in the mqm group or have been granted rights to delete the queue. If the PCF commands are used (WMQ Explorer or custom code) the ID used must also have been granted access to put messages to SYSTEM.ADMIN.COMMAND.QUEUE or be in the mqm group. There are other GUI clients and applications available but they all rely on the same methods I've outlined here - direct access to runmqsc or ability to put to the command queue.

WebSphere MQ Explorer is available fore free download as SupportPac MS0T. (The main SupportPacs landing page is here.

The manual for PCF commands is here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号