I can write a MDB that's a listener to SYSTEM.ADMIN.PERFM.EVENT queue. The MDB can process the event message and send e-mail to Admin. Does anyone see any issues with this approach?
Just use SupportPac MS0B's classes to process the PCF message you will get.
I would prefer to use Java MDB since it has easy access to J2EE resources like JNDI namespace, JavaMail etc.
So now I'm trying to setup queue depth monitor/notify using performance event framework of MQ.
Here is my problem. I have set queue max depth to 500 and QDEPTHHI to 1. Which means 1% of 500. i.e. if 5 messages arrive it should trigger the event. I added 5 messges to my application queue.
I can see that there are 2 messages in SYSTEM.ADMIN.PERFM.EVENT. However my MDB is not getting invoked.
Is there any reason onMessage() of MDB not getting invoked ? Could it be because SYSTEM.ADMIN.PERFM.EVENT is any internal queue ?
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