Author |
Message
|
yarlagaddag |
Posted: Fri May 11, 2007 8:32 am Post subject: Get all queues from Q Manager |
|
|
Apprentice
Joined: 24 Aug 2004 Posts: 28 Location: Bangalore
|
Hi
Is there any base java API to get all the local queues from Q manager? If so, could you pls let me know.
Thx
yarlagaddag _________________ Gopi |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 11, 2007 8:35 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Why do you want this?
It's poor application design to have a regular application look at the qmgr before choosing what queue to read.
And it's probably not worth your time to write your own monitoring application.
The only way, by the way, to get a list of queues from a program is to use PCF messages (or call out to a shell and exec runmqsc). _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
yarlagaddag |
Posted: Fri May 11, 2007 8:39 am Post subject: |
|
|
Apprentice
Joined: 24 Aug 2004 Posts: 28 Location: Bangalore
|
I wanted to get to know off the hand what are all the queues those are availble in the Q manager, that I am connected to. Basically I am writing an application to collect the statistics from Q manager like, how many queues , and current depth, message rate etc., or othewrise is there any base java API to get this info directly from Q manager?? _________________ Gopi |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri May 11, 2007 8:50 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
yarlagaddag wrote: |
is there any base java API to get this info directly from Q manager?? |
PCF + Accounting and statistics could help you with it. _________________ Marcin |
|
Back to top |
|
 |
yarlagaddag |
Posted: Fri May 11, 2007 8:51 am Post subject: |
|
|
Apprentice
Joined: 24 Aug 2004 Posts: 28 Location: Bangalore
|
Thanks Marcini.. Is there any Java API corresponding to this available?? _________________ Gopi |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri May 11, 2007 8:53 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
|
Back to top |
|
 |
|