------------------------------------
Affiliated Computer Services
Stewart Herd
Senior Software Engineer
[EMAIL PROTECTED]
National Software Centre
Loughmahon Technology Park
Mahon
Co. Cork
Ireland
tel: +353 (021) 2309331
fax: +353 (021) 2307070
mobile: +353 (086) 1713777
------------------------------------


-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Mark D.
Hansen
Sent: Tuesday, March 30, 2004 1:44 AM
To: [EMAIL PROTECTED]
Subject: runmqlsr vs. MQSC "START LISTENER" on Windows ??


Can anyone tell me the difference between using "runmqlsr" and the MSQC
"START LISTENER" command on Windows?

I'm having trouble with runmqlsr hanging when used in the following batch
file to setup my QM ...

endmqm -w QM_eai_client
endmqlsr -w -m QM_eai_client
dltmqm QM_eai_client
crtmqm -c "A client queue manager." -u SYSTEM.DEAD.LETTER.QUEUE -q
QM_eai_client
runmqlsr -t tcp -m QM_eai_client -p 1414
strmqm QM_eai_client
strmqcsv QM_eai_client
runmqsc QM_eai_client<client.mqsc

And here is the file "client.mqsc" ...

** **** MSQC commands to set up the Client ****
** Make the QMGR a Cluster Repository
ALTER QMGR REPOS(EAI)
** Join the EAI cluster
DEFINE CHANNEL(TO.EAI_CLIENT) +
  CHLTYPE(CLUSRCVR) TRPTYPE(TCP) +
  CONNAME('eai-client2.javector.com') CLUSTER(EAI) +
  DESCR('Cluster-receiver channel for QM_eai_client')
DEFINE CHANNEL(TO.EAI_SERVER) +
  CHLTYPE(CLUSSDR) TRPTYPE(TCP) +
  CONNAME('javector-server.javector.com') CLUSTER(EAI) +
  DESCR('Cluster-sender channel going to QM_eai_server')
** Define local queue to receive responses
DEFINE QLOCAL('EAI_RESPONSES') REPLACE +
  CLUSTER(EAI) +
  DESCR('For receiving responses from services') +
  DEFPSIST(YES) SHARE

Instructions for managing your mailing list subscription are provided in the
Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to