Author |
Message
|
hayderr |
Posted: Thu Jun 14, 2007 2:51 pm Post subject: Message Broker 6 & MQ 6 |
|
|
Novice
Joined: 14 May 2007 Posts: 22
|
Hello all,
I need to implement a monitoring functionality for one of my customers. Basically, my question does Message Broker 6 handles a functionality where it returns the number of messages in a queue?
I have a queue where I copy all my output messages, I would like to create a Message flow that returns me the number of message on this queue. So I can alert the system admin if there is a large number of messages?
Can I do that in Message Broker using message Flows?
Thank you |
|
Back to top |
|
 |
jbanoop |
Posted: Thu Jun 14, 2007 3:04 pm Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
Message Broker has no specific capacity or feature to do that .. atleast in my knowledge. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jun 14, 2007 3:17 pm Post subject: Re: Message Broker 6 & MQ 6 |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
hayderr wrote: |
Hello all,
I need to implement a monitoring functionality for one of my customers. Basically, my question does Message Broker 6 handles a functionality where it returns the number of messages in a queue?
I have a queue where I copy all my output messages, I would like to create a Message flow that returns me the number of message on this queue. So I can alert the system admin if there is a large number of messages?
Can I do that in Message Broker using message Flows?
Thank you |
What you need is an MQ Monitoring tool. Look up in the forum there are a number of them being discussed from different vendors... _________________ MQ & Broker admin |
|
Back to top |
|
 |
hayderr |
Posted: Thu Jun 14, 2007 3:26 pm Post subject: |
|
|
Novice
Joined: 14 May 2007 Posts: 22
|
Thank you all,
I will do my search |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 14, 2007 4:07 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can write a flow to create a PCF message to dis ql(...) curdepth
You should maybe be sticking your output messages into a database, instead. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
hayderr |
Posted: Mon Jun 18, 2007 2:19 pm Post subject: |
|
|
Novice
Joined: 14 May 2007 Posts: 22
|
Thank you all,
I have managed to find a solution to this issue.
We can specify the properties of a queue for an event, and use a message flow to read from the performence event queue.
I hope this will give an idea for every1.
Thanks |
|
Back to top |
|
 |
wschutz |
Posted: Mon Jun 18, 2007 2:51 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
You probably should read the "queue high depth" event closely, as it might not do exactly what you think it does. _________________ -wayne |
|
Back to top |
|
 |
|