Gidday Mark,

Just curious why are you deleting and recreating the queue manager?

Regards
Tim A

-----Original Message-----
From: Mark D. Hansen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 30 March 2004 10: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
This email and any attachments may contain privileged and confidential information and 
are intended for the named addressee only. If you have received this e-mail in error, 
please notify the sender and delete this e-mail immediately. Any confidentiality, 
privilege or copyright is not waived or lost because this e-mail has been sent to you 
in error. It is your responsibility to check this e-mail and any attachments for 
viruses.  No warranty is made that this material is free from computer virus or any 
other defect or error.  Any loss/damage incurred by using this material is not the 
sender's responsibility.  The sender's entire liability will be limited to resupplying 
the material.

Reply via email to