Author |
Message
|
viraj |
Posted: Tue Oct 14, 2003 8:12 am Post subject: Performance events in User Defined Event Queues |
|
|
Newbie
Joined: 03 Oct 2002 Posts: 9
|
Hi all,
I enabled performance events for my QMGR. But I find the performance event in the SYSTEM.ADMIN.PERFM.EVENT.
Is there a way I can configure it to move the performance event message to one of my local queues instead of moving it to the SYSTEM.ADMIN.PERFM.EVENT queue.
I tried specifying my event queue(local queue) in the INITQ parameter of a QUEUE definition. Then I started a Trigger monitor process on the INITQ. But the performance event message always goes to the SYSTEM.ADMIN.PERFM.EVENT instead of my own event queue(local queue).
Any suggestions would be helpful. Thanks in Advance. _________________ Regards
Raj |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Oct 14, 2003 8:14 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I can't claim to have ever messed with performance events. Have you tried changing the system specific queue to be an alias that points to your user defined queue? |
|
Back to top |
|
 |
viraj |
Posted: Tue Oct 14, 2003 8:20 am Post subject: |
|
|
Newbie
Joined: 03 Oct 2002 Posts: 9
|
Hi,
thanks for your reply.
Actually this is what I require.
for e.g if I have two queues Q1 and Q2 and two event(local queues) E1 and E2,
then if Q1 reaches QDEPTHHI threshold, then the event message for this should go to E1
and if Q2 reaches QDEPTHI threshold, then the event message for this should go to E2.
Is this possible? _________________ Regards
Raj |
|
Back to top |
|
 |
EddieA |
Posted: Tue Oct 14, 2003 8:57 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
No. Not without an application reading a single Queue and then forwarding the messages on to different Queues as required.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
viraj |
Posted: Wed Oct 15, 2003 12:33 am Post subject: |
|
|
Newbie
Joined: 03 Oct 2002 Posts: 9
|
Thanks for your reply. I managed to write a java program to pick up the message from the SYSTEM queue and then I used the PCF api to read the event message and filter them to the application specific event queues.
Thanks. _________________ Regards
Raj |
|
Back to top |
|
 |
|