ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Newbie Question - how do I find out what channel/port no?

Post new topic  Reply to topic Goto page Previous  1, 2
 Newbie Question - how do I find out what channel/port no? « View previous topic :: View next topic » 
Author Message
fjb_saper
PostPosted: Mon Jul 19, 2004 10:45 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
gunter
PostPosted: Mon Jul 19, 2004 7:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
OmPat
PostPosted: Tue Jul 27, 2004 6:24 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » IBM MQ Java / JMS » Newbie Question - how do I find out what channel/port no?
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.