Set up the listener to run from inetd.  You will need to have root authority to set this up initially.  I copied the below information from the Quick Beginnings Manual for 5.2. You will not see runmqlsr as a running process but should see amqcrsta running.

 

http://www-306.ibm.com/software/integration/mqfamily/library/manualsa/amqaac03/amqaac03tfrm.htm

 

  1. Edit the file /etc/services. If you do not have the following line in that file, add it as shown:
2.         MQSeries       1414/tcp      # MQSeries channel listener

Note:

You must be logged in as a superuser, or as root, to perform step 1 to step 3.

  1. Edit the file /etc/inetd.conf. If you do not have the following line in that file, add it as shown:
4.         MQSeries stream tcp nowait mqm /usr/mqm/bin/amqcrsta amqcrsta

Note:

If you are not creating venus.queue.manager as the default queue manager (in step 4) on this workstation, add -m venus.queue.manager to the end of this line to specify the name of the queue manager to use.

  1. Enter the command refresh -s inetd.

 

Polly

 

-----Original Message-----
From: Darren Douch [mailto:[EMAIL PROTECTED]
Sent:
Thursday, February 19, 2004 1:46 PM
To: [EMAIL PROTECTED]
Subject: runmqlsr

 

On AIX, is there some setting to make runmqlsr start with the queue manager (in the same way that the channel initiator does), or does it need to be started with it via a startup script?  Had a look through the manuals and haven't found anything.

 

Thanks again.

Darren.

Reply via email to