Websphere MQ的命令,而不是使用Websphere MQ Explorer

时间:2015-10-28 05:24:07

标签: ibm-mq

我在Unix上使用IBM Websphere MQ v7.5面临这个问题:WebSphere 7, configuring JMS Q connection factory without user id: MQRC_NOT_AUTHORIZED

如链接中所述,我需要在WAS管理面板中将用户ID设置为mqm。我的系统上没有任何GUI支持。有没有办法通过一些命令来做到这一点?

谢谢,
Anuj

1 个答案:

答案 0 :(得分:1)

您的问题有点模棱两可,但如果您要在WAS使用的QM的服务器连接通道上更改MCA用户,则可以在MQ服务器上执行以下操作。

启动MQ命令行控制台:

runmqsc <QM name>

在MQ控制台中:

alter channel(<name of the channel>) chltype(SVRCONN) mcauser(<the user to be used for all connections on this channel>)