Author |
Message
|
muraki |
Posted: Wed Jan 21, 2004 9:21 pm Post subject: How do i find list of queues under a particular QueueManager |
|
|
Apprentice
Joined: 25 Apr 2003 Posts: 27
|
Hi,
How do i find list of queues under a particular QueueManager..
Thanks _________________ muraki |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Jan 21, 2004 9:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Try this:
runmqsc QMgrName
dis q(*)
Or from your program you will use PCF.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
muraki |
Posted: Wed Jan 21, 2004 10:08 pm Post subject: |
|
|
Apprentice
Joined: 25 Apr 2003 Posts: 27
|
Thank you very much...
What is PCF and when exactly it is used... Can you tell me a sample command....
-- _________________ muraki |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jan 21, 2004 10:23 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Programmable Command Format. It's a way of issuing administrative commands to MQ from an application. Try looking in the Programmable Command Formats and Administration manual.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Jan 22, 2004 6:32 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You didn't mention a programming language, but the PCFs for java are available via SupportPac MS0B. MS0B also includes a sample program called ListQueueNames.java to get the list of queue names. |
|
Back to top |
|
 |
muraki |
Posted: Thu Jan 22, 2004 8:59 am Post subject: |
|
|
Apprentice
Joined: 25 Apr 2003 Posts: 27
|
Thanks a lot Eddie and bower...
This is quite sufficient inforamtion to start off..
--Muraki _________________ muraki |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Jan 22, 2004 11:09 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
RogerLacroix wrote: |
Try this:
runmqsc QMgrName
dis q(*)
Or from your program you will use PCF.
Regards,
Roger Lacroix |
or # echo "dis q(*)" | runmqsc QMGR01 > QMGR01.Queues.txt _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|