Author |
Message
|
d |
Posted: Thu Jul 25, 2002 8:03 pm Post subject: List of queues |
|
|
Apprentice
Joined: 24 May 2002 Posts: 25
|
Hi,
Is there a way of getting the list of queues associated with a queue manager ???
Thanks in advance,
d |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jul 25, 2002 8:27 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
At a prompt or shell, execute runmqsc then type DIS QUEUE(*) and you will get a list of queues.
later
Roger... |
|
Back to top |
|
 |
tatmon |
Posted: Mon Jul 29, 2002 1:16 am Post subject: |
|
|
Newbie
Joined: 29 Jul 2002 Posts: 8
|
How do we get a list of queues in Java program ? |
|
Back to top |
|
 |
amigupta1978 |
Posted: Mon Jul 29, 2002 3:49 am Post subject: |
|
|
Centurion
Joined: 22 Jan 2002 Posts: 132 Location: India
|
Hi,
Yes u can get the list of queues using JAVA by using the MQ PCF API's. I think there are some sample programs avilable which can get the list of queues using the MQPCF...I didnt have any currently....
rgds,
amit |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Jul 29, 2002 7:48 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
|
Back to top |
|
 |
maxis |
Posted: Mon Aug 05, 2002 7:15 am Post subject: |
|
|
Centurion
Joined: 25 Jun 2002 Posts: 144
|
thats great a link ..
thanx for Sharing
M |
|
Back to top |
|
 |
Vin |
Posted: Mon Aug 05, 2002 11:55 am Post subject: |
|
|
Master
Joined: 25 Mar 2002 Posts: 212 Location: India
|
What is PCF programming? can someone clarify? Thanks. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Aug 05, 2002 8:15 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
From MQSeries Quick Beginning Manual:
Quote: |
MQSeries programmable command format (PCF) commands allow administration tasks to be programmed into an administration program. In this way you can create queues and process definitions, and change queue managers, from a program. PCF commands cover the same range of functions that are provided by the MQSC facility. You can therefore write a program to issue PCF commands to any queue manager in the network from a single node. In this way, you can both centralize and automate administration tasks. |
later
Roger... |
|
Back to top |
|
 |
|