Joined: 03 Apr 2003 Posts: 74 Location: Buenos Aires
To create more than one qmgr, you must create them in the common way
crtmqm QM1
crtmqm QM2
Then, to specify the port you can issue the comman
runmqlsr -m QM1 -t tcp (or udp) -p 1414
runmqlsr -m QM2 -t tcp -p 1415
and so on
Or you can declare two services in /etc/services file, indicating te port number
Service1 1414/tcp
Service2 1415/tcp
and append the followin comman in /etc/inetd.conf file
Service1 stream tcp nowait mqm /opt/mqm/bin/amqcrsta -m QM1
Service2 stream tcp nowait mqm /opt/mqm/bin/amqcrsta -m QM2
and then you must restart the inetd service (depending on your Operating system)
2) To see all QM up in your system you can use "dspmq" command
or
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum