Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two QMGRS on NT

Status
Not open for further replies.

madgenius

Programmer
Apr 25, 2002
8
0
0
IE
Hi,

I have an NT box configured with 2 Queue Managers. This is not a problem. However I need to set up 2 listener programs. One will listen on port 1414 and the other will listen on 1415. The 1414 messages shoudl go to QMGR A and the 1415 messages should go to QMGR B.

How do I set up the listeners in this manner.

I am using START LISTENER TRPTYPE(TCP)through runmqsc for QMGR A and QMGR B but I do not see an option here for specify the port number to listen on.

Can anyone help me?

Thanks
Madgenius
 
In the Command Reference, the syntax given is:

START LISTENER LUNAME( ) PORT( ) TRPTYPE( )

You require the last two parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top