Websphere MQ 的命令而不是使用 Websphere MQ Explorer
Commands for Websphere MQ instead of using Websphere MQ Explorer
我在 Unix 上使用 IBM Websphere MQ v7.5 时遇到了这个问题:WebSphere 7, configuring JMS Q connection factory without user id: MQRC_NOT_AUTHORIZED
如 link 中所述,我需要在 WAS 管理面板中将用户 ID 设置为 mqm。我的系统上没有任何 GUI 支持。有没有办法通过一些命令来做到这一点?
谢谢,
阿努吉
你的问题有点模糊,但是如果你想在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>)
我在 Unix 上使用 IBM Websphere MQ v7.5 时遇到了这个问题:WebSphere 7, configuring JMS Q connection factory without user id: MQRC_NOT_AUTHORIZED
如 link 中所述,我需要在 WAS 管理面板中将用户 ID 设置为 mqm。我的系统上没有任何 GUI 支持。有没有办法通过一些命令来做到这一点?
谢谢,
阿努吉
你的问题有点模糊,但是如果你想在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>)