|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Monitor Number od message and time taken |
« View previous topic :: View next topic » |
Author |
Message
|
mvarghese |
Posted: Wed Jul 04, 2007 3:26 pm Post subject: Monitor Number od message and time taken |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
Hi ,
I need to develop a small program to check daily statistics /weekly
how many messages passes thru our MQ netwrok..Contribution(put/get from each application to specific Queue>.The time taken by MQ to despatch message from source to destination Queue.
I am looking what all specific commands useful in MQv6<Accounting & statistics commands> or any other way to get the above info reqularly.
Presently we are not using any tools.
Thanks in advance. _________________ Jain Varghese |
|
Back to top |
|
 |
battie |
Posted: Wed Jul 04, 2007 4:39 pm Post subject: Monitor Number od message and time taken |
|
|
 Newbie
Joined: 04 Feb 2007 Posts: 8 Location: Sydney
|
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 04, 2007 5:33 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It may or may not be easier to write a program that uses PCF messages rather than the MQAI. I suppose it depends on which seems easier to the person writing the program.
There's a support pack that provides handy-dandy PCF classes for Java.
The Perl module for MQ (available through cpan, troublesome to build on windows) does an excellent job of hiding basically everything about PCF messages from programs. It will also handle event messages. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mvarghese |
Posted: Wed Jul 04, 2007 10:15 pm Post subject: |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
Thanks Jeff & battie..
One more thing:
one of the o/p from Statistics & accounting messge data:
OpenCount: [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
OpenFailCount: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
CloseCount: [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
I just need to know, what 0 & 1.. means..why its in brackets...what does it significane..how to intrepret that values? _________________ Jain Varghese |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Wed Jul 04, 2007 10:59 pm Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
mvarghese wrote: |
OpenCount: [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
OpenFailCount: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
CloseCount: [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
I just need to know, what 0 & 1.. means..why its in brackets...what does it significane..how to intrepret that values? |
This array represents values for different types of MQ objects. _________________ Marcin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|