Author |
Message
|
MillsPerry |
Posted: Mon Jan 07, 2002 2:39 pm Post subject: |
|
|
Acolyte
Joined: 08 Oct 2001 Posts: 59 Location: ZyQuest, inc.
|
I have been trying to use the PCF API to get a list of all queues on a queue manager. I have been able to get a list of local queues, but not remotes or aliases. There seems to be little or no documentation available for listing these queue types. Can anyone help?
[ This Message was edited by: MillsPerry on 2002-01-07 14:40 ] |
|
Back to top |
|
|
PeterPotkay |
Posted: Mon Jan 07, 2002 3:06 pm Post subject: |
|
|
Poobah
Joined: 15 May 2001 Posts: 7719
|
Go to IBM's website and download the free supportpac MO71. It allows you to connect to a queue manager and do all sorts of cool stuff, including getting a listing of all queue types.
_________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
|
MillsPerry |
Posted: Tue Jan 08, 2002 9:25 am Post subject: |
|
|
Acolyte
Joined: 08 Oct 2001 Posts: 59 Location: ZyQuest, inc.
|
Thanks Pete,
But I already have MQ Monitor. I need to access queue lists in my programs (VB, but I can read C++) |
|
Back to top |
|
|
EddieA |
Posted: Tue Jan 08, 2002 10:22 am Post subject: |
|
|
Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Don't you just leave out QType to get all types. Or specify the types you want.
This parameter MUST immediately follow the QName parameter.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
|
PeterPotkay |
Posted: Tue Jan 08, 2002 10:52 am Post subject: |
|
|
Poobah
Joined: 15 May 2001 Posts: 7719
|
|
Back to top |
|
|
MillsPerry |
Posted: Wed Jan 09, 2002 2:05 pm Post subject: |
|
|
Acolyte
Joined: 08 Oct 2001 Posts: 59 Location: ZyQuest, inc.
|
Leaving off the queue type did the trick. Thanks!
|
|
Back to top |
|
|
|