WebsphereMQ 本地队列配置

crtmqm QM1      --创建队列管理器

strmqm QM1       --启动队列管理器

runmqsc QM1      --运行队列管理器,其实是进入其中进行相应的配置

define qlocal(QL1)      --其余使用默认属性

define channel(QMC) chltype (SVRCONN) trptype(TCP)      --创建连接通道

define listener(LSR1) trptype(tcp) port(1414) control(qmgr)     --定义此队列管理器对应的监听器

end

endmqm -i QM1

strmqm QM1      --重新队列管理器

至此本地队列配置完毕,相比于远程队列的配置,非常简单,主要是要注意channel与listener的配置,之后将讲解Java如何调用WASMQ.



你可能感兴趣的:(java,tcp)