Posted: Wed Apr 09, 2014 8:48 pm Post subject: Creating a Queue Manager using windows script (bat file)
Apprentice
Joined: 06 Apr 2014 Posts: 36
Hi Guys Good Morning.
I am trying to create a Queue Manager using the script.
The file has the following definitions.
@ECHO OFF
:BEGIN
crtmqm AQM
strmqm AQM
runmqsc AQM
DEFINE LISTENER(AQMLIST) TRPTYPE(TCP) PORT(7014) CONTROL(QMGR)
START LISTENER(AQMLIST)
DEFINE QLOCAL(AQM.IN)
end
:END
The problem here is windows is unable find this LISTENER statement
its creating and starting the Queue manager but after runmqsc AQM
statement its entering into loop and unable to create local queue and listener.
Could any one provide me the sample script for creating Queue Manager.
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