Author |
Message
|
wiseagent |
Posted: Tue Jan 03, 2006 5:54 pm Post subject: How to find out what Q is available on a machine |
|
|
Newbie
Joined: 03 Jan 2006 Posts: 3 Location: Sydney, Australia
|
I'm new to MQ. I only know how to put and get message from a known queue manager and queue name.
I know I might asking a silly question;-) anyway, here is my quesion. Is there a way to find out what q manager or name of q available?
Regards,
W Wang _________________ WANG Infonology Systems Pty Ltd - Your Partner for the Future
Phone : (02) 9871 2018; Mobile: 0412 688 380
email: support@wiseagent.com.au
URL: http://www.wiseagent.com.au |
|
Back to top |
|
 |
vennela |
Posted: Tue Jan 03, 2006 8:04 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
to find out the name of the QMGRs.
Code: |
echo "dis q(*)" | runmqsc QMGRNAME |
to find the names of the queues |
|
Back to top |
|
 |
wiseagent |
Posted: Tue Jan 03, 2006 9:12 pm Post subject: |
|
|
Newbie
Joined: 03 Jan 2006 Posts: 3 Location: Sydney, Australia
|
Thanks for the reply.
I forgot to mention that I'm using MQ client on Win2k to connect to a server machine.
I seems not able to run the "dspmq" command on my win2k box;( _________________ WANG Infonology Systems Pty Ltd - Your Partner for the Future
Phone : (02) 9871 2018; Mobile: 0412 688 380
email: support@wiseagent.com.au
URL: http://www.wiseagent.com.au |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jan 03, 2006 9:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You have to run these commands on the server machine.
If you cannot try the old proven method: Ask your MQ admin...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
wiseagent |
Posted: Tue Jan 03, 2006 10:02 pm Post subject: |
|
|
Newbie
Joined: 03 Jan 2006 Posts: 3 Location: Sydney, Australia
|
|
Back to top |
|
 |
|