ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » MQ performance events question

Post new topic  Reply to topic
 MQ performance events question « View previous topic :: View next topic » 
Author Message
anveshita
PostPosted: Tue Feb 23, 2010 8:56 pm    Post subject: MQ performance events question Reply with quote

Master

Joined: 27 Sep 2004
Posts: 254
Location: Jambudweepam

I am setting up a MQ monitoring and alerting mechanism when the Queue High depth, maximum depth events occur based on performance events.

When MQRC_Q_HIGH_DEPTH event fires, High Depth event on the local Queue properties is getting disabled. Similarly, when MQRC_MAX_DEPTH event occurs, Maximum depth event is getting disabled.

In order to get these events enabled automatically, is it necessary to fire up MQRC_LOW_DEPTH event?

My question is how to automatically turn on the Max Queue depth and high depth events at subsequent times.
I appreciate anyone's comments on the performance events.
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Feb 23, 2010 10:27 pm    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

When Queue Depth High is reached or breached the 'trigger' is set OFF, and both the Queue Max Depth and the Queue Depth Low 'triggers' are automatically set ON; when Queue Depth Low is reached or breached that 'trigger' is set OFF, and the Queue Depth High 'trigger' is then reset. It's all there in the manual should you care to read it, there's even a task to demonstrate how. Amazing things manuals...
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Wed Feb 24, 2010 3:46 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

Normally when setting up depth events on a local queue, they all need to be enabled, as you may not have prior knowledge of where the current depth is in relation to the percentage thresholds, eg.
Code:
ALTER QLOCAL('MY.QUEUE) +
QDPLOEV(ENABLED) QDEPTHLO(30) +
QDPHIEV(ENABLED) QDEPTHHI(90) +
QDPMAXEV(ENABLED)

After that, MQ will automatically enable and disable the depth event attributes as the current depth goes up and down, and all the correct performance event messages will be produced.
_________________
Glenn
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » MQ performance events question
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.