|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Newbie Question - how do I find out what channel/port no? |
« View previous topic :: View next topic » |
Author |
Message
|
fjb_saper |
Posted: Mon Jul 19, 2004 10:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
If you just have the client installed: no can do.
These parameters (channel name, machine name, and port) all point to the MQ Server. You will need to find out where the server is running and ask the MQ Admin (for that server) what you should use.
Hope it helps.
F.J.  |
|
Back to top |
|
 |
gunter |
Posted: Mon Jul 19, 2004 7:11 pm Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
Check the task list, if there is a process runmqlsr, the listener is running. If you never configured a special port, it will use port 1414.
If there isn't such a process, you have to start a listener.
Use
Code: |
amqmdain crtlsr <QMGRNAME> -p<PORT>
amqmdain start <QMGRNAME>
|
Check the task list again.
You can also start the listener with
Code: |
runmqlsr -m<QMGR> -t TCP -p <PORT>
|
This is on windows only a good idea if you are playing around with the system, after you end your session, the process will be terminated.
It's possible to start more than one listener on a queuemanager with different ports. _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
OmPat |
Posted: Tue Jul 27, 2004 6:24 am Post subject: |
|
|
Apprentice
Joined: 20 Jul 2004 Posts: 33 Location: Charlotte
|
Even in the evaluation copy of WMQ you have MQExplorer bundled in. But I would suggest you look into using commands instead of using MQExplorer cause it is lame in many ways. Its always better to learn by typing commands instead of using a lame gui. Or you could you M071 (I guess) support pac to get a better gui administration tool for MQ series on windows. _________________ IBM Certified WMQ V5.3 System Administrator
IBM Certified WMQ V5.3 Solutions Designer
Brainbench Certified MQ Expert
IBM Certified WMQI V2.1 Solutions Expert
IBM Certified WMQI V2.1 Specialist |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|