Author |
Message
|
basabi2520 |
Posted: Mon Oct 08, 2012 6:22 pm Post subject: How to know which queue depth events occured?? |
|
|
 Apprentice
Joined: 05 Jun 2012 Posts: 28 Location: singapore
|
Hi,
QDPHIEV is enabled for a local queue TESTQ when an event occurs, it triggers a msg to PERFM.EVENT queue and automatically enables QDPLOEV and QDPMAXEV events. Same for the other events.
how to get the type of events occured whether QDPHIEV or QDPLOEV or QDPMAXEV ??
Thanks |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Oct 08, 2012 7:22 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Refer to the WMQ Monitoring Performance manual (or equivalent InfoCenter doc). A field In each event message identifies the event type. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
basabi2520 |
Posted: Mon Oct 08, 2012 9:30 pm Post subject: |
|
|
 Apprentice
Joined: 05 Jun 2012 Posts: 28 Location: singapore
|
Following is the output when read a event message:
Could not find which event occured??
OPEN - 'SYSTEM.ADMIN.PERFM.EVENT'
GET of message number 1
****Message descriptor****
StrucId : 'MD ' Version : 2
Report : 0
MsgType : 8
Expiry : -1
Feedback : 0
Encoding : 546
CodedCharSetId : 1208
Format : 'MQEVENT '
Priority : 0
Persistence : 0
MsgId :
CorrelId :
BackoutCount : 0
ReplyToQ : ' '
ReplyToQMgr : 'MQT25 '
** Identity Context UserIdentifier : ' '
Accounting Token :
ApplIdentityData : ' '
** Origin Context PutApplType : '7'
PutApplName : 'MQT25 '
PutDate : '201210 09 '
PutTime : ' 01383248 '
ApplOriginData : ' ' /n
GroupId : MsgSeqNumber : '1'
Offset : '0'
MsgFlags : '0'
OriginalLength : '-1' /n
Message:
....$.......-...........................D...ß.......0...MQT25 ....D...Ò.......0...SY31.SM.TESTQ ........#...............$....
Thanks |
|
Back to top |
|
 |
exerk |
Posted: Mon Oct 08, 2012 10:24 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
MH05 SupportPac _________________ 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 |
|
 |
bruce2359 |
Posted: Tue Oct 09, 2012 5:25 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Display the event msg in hex and character with amqsbcg. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
basabi2520 |
Posted: Tue Oct 09, 2012 11:35 pm Post subject: |
|
|
 Apprentice
Joined: 05 Jun 2012 Posts: 28 Location: singapore
|
Thanks for your reply.
please can you make it more clear. When displaying as HEX i get the following :
00000000: 0700 0000 2400 0000 0100 0000 2C00 0000 '....→.......,...'
00000010: 0100 0000 0100 0000 0100 0000 AE08 0000 '................'
00000020: 0100 0000 0400 0000 4400 0000 DF07 0000 '........D.......'
00000030: 0000 0000 3000 0000 7361 7475 726E 2E71 '....0...XXXXX.q'
00000040: 7565 7565 2E6D 616E 6167 6572 2020 2020 'xxxxxxxx.manager '
00000050: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000060: 2020 2020 2020 2020
Thanks. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Oct 10, 2012 1:25 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
|