Author |
Message
|
queuetip |
Posted: Thu May 05, 2005 1:09 pm Post subject: Creative Ways To Use Triggering To Automate MQS Maintenance? |
|
|
 Acolyte
Joined: 03 Feb 2005 Posts: 67
|
Looking for creative ways and ideas to use MQSeries events and triggering to automate maintenance. If some sample programs are out there somewhere - even better!
Example: It would be nice to use events/triggering to notify people via email for certain conditions. Note: Our account does not have access to any special queue monitors tools (e. QPasa, BMC Patrol, etc).
Thank you! |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu May 05, 2005 4:10 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Automate what kind of maintenance ?
 |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri May 06, 2005 2:26 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
bower5932 |
Posted: Fri May 06, 2005 6:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I don't know about maintenance, but you can definitely set WMQ up to monitor certain events (eg, queue depths). You might want to look at the WMQ Event Monitoring manual. |
|
Back to top |
|
 |
queuetip |
Posted: Fri May 06, 2005 12:56 pm Post subject: |
|
|
 Acolyte
Joined: 03 Feb 2005 Posts: 67
|
Don't want to anwser my own questions but I am looking for creative ways you could automate maintenace. I think dealing with "queue is filling up" is an example...a program to dump messages to log file at this time or send an email to someone would be helpful. What maintenance could be automated in aging messages? Queue activity? Etc, etc.
Looking to see what the Grand Masters and experienced users have done with triggering to make their own lives easier.
Thank you. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 06, 2005 1:05 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
"Grand Master" just means "Spends too much time posting to MQSeries.net".
The Events manual tells you all the things that MQ will alert you on.
You will then have to write a program that will be triggered and will process the messages that tell what has happened - and then act on those things.
And then you will have to write a process that will monitor your monitor, so you know that it is or is not processing messages successfully.
And write a program to monitor your email server, so you know when it is down so you know that you might be getting alerts that can't be sent.
And probably write a program or web page to allow for the management of the email addresses that get alerts, and under what conditions.
Welcome to the enterprise. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri May 06, 2005 1:16 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
jefflowrey wrote: |
"Grand Master" just means "Spends too much time posting to MQSeries.net". |
ROFL  _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri May 06, 2005 1:21 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
queuetip wrote: |
Don't want to anwser my own questions but I am looking for creative ways you could automate maintenace. I think dealing with "queue is filling up" is an example...a program to dump messages to log file at this time or send an email to someone would be helpful. What maintenance could be automated in aging messages? Queue activity? Etc, etc. |
first time I read your question about maintenance I was thinking you were looking how to automate maintenance on MQ itself (apply CSDs) etc...
this makes more sense now.
That said. Monitoring tools are plenty out there even free nowadays (Qflex), why this urge to build your own?
Also take a look at MO71 it can do a lot of magic. _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
|