|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
run mq listener |
« View previous topic :: View next topic » |
Author |
Message
|
vanessa |
Posted: Fri Mar 08, 2002 8:10 am Post subject: |
|
|
Novice
Joined: 24 Jan 2002 Posts: 22
|
i wanna start the listener and run it continuosly. MQ is on sun solaris.
Do in need to include runmqlsr command in services???
thanks |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Mar 08, 2002 9:05 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
If you mean /etc/services no you dont need to put it there, but it is a good Idea to put it there so that others know what ports are used. From my past experiences on HPUX, I prefer to have inetd start the listener, it's less trouble some.
_________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
StefanSievert |
Posted: Fri Mar 08, 2002 9:57 am Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
Vanessa,
if you let inetd start your message channel agent program on incoming connection requests, you would need to put a line in /ect/services that looks like this:
MQSeries 1414/tcp
Then you'd need to have a corresponding entry in /etc/inetd.conf like this:
MQSeries stream tcp nowait mqm /var/mqm/bin/amqcrsta amqcrsta -m yourQueueManagerName
You are not bound to use 'MQSeries' as the service name, it just needs to be the same name in both files. You may also choose a different port number.
The Intercommunication guide contains sample definitions for all Unix platforms, take a look at http://www-4.ibm.com/software/ts/mqseries/library/manualsa/csqzae05/csqzae05tfrm.htm
Hope that helps,
Stefan
_________________ Stefan Sievert
IBM Certified * WebSphere MQ |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|