Author |
Message
|
rharikumar |
Posted: Tue Dec 17, 2013 6:39 am Post subject: Throughput data from a queue |
|
|
Novice
Joined: 14 Oct 2013 Posts: 16
|
Hello
I have a requirement to extract the number of messages that were picked by a Queue within a timeframe . This is to help with monitoring and alerting .
Is this feasible and if so kindly throw some bread crumbs so i can find my way .
Thanks a lot . |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Dec 17, 2013 9:12 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
A queue does not and cannot 'Pick up any messages'. A queue is a destination + repository of data waiting to be used by something.
Back to what you are trying to say that you need...
IMHO, any one of the standard monitoring solutions available today might be able to do what you want. Are you trying to re-invent the wheel? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
rharikumar |
Posted: Wed Dec 18, 2013 2:03 am Post subject: |
|
|
Novice
Joined: 14 Oct 2013 Posts: 16
|
smdavies99 wrote: |
A queue does not and cannot 'Pick up any messages'. A queue is a destination + repository of data waiting to be used by something.
Back to what you are trying to say that you need...
IMHO, any one of the standard monitoring solutions available today might be able to do what you want. Are you trying to re-invent the wheel? |
My statement was indeed incorrect . I meant the no of msgs picked up by the flow , from the queue .
Thanks for the solution .
IMHO , i must take time to appreciate the audacity of the Jedi Knights of this forum . |
|
Back to top |
|
 |
sumit |
Posted: Wed Dec 18, 2013 6:46 am Post subject: |
|
|
Partisan
Joined: 19 Jan 2006 Posts: 398
|
rharikumar wrote: |
I meant the no of msgs picked up by the flow , from the queue . |
That means you are using broker as well
With it, you can use event monitoring (Record and replay in WMB8) to capture the events.
Which version of broker are you using? _________________ Regards
Sumit |
|
Back to top |
|
 |
elkinsc |
Posted: Wed Dec 18, 2013 9:08 am Post subject: If this is for MQ on distributed platforms |
|
|
 Centurion
Joined: 29 Dec 2004 Posts: 138 Location: Indy
|
|
Back to top |
|
 |
|