Question
3
Replies
262
Views
NISSAN
Posted: July 11, 2016
Last activity: July 21, 2016
Closed
To capture thread request counts from MQ listeners in SMA.
I want to capture the request counts hourly basis from listeners threads from each node in SMA. Could anybody help me out where the MQ listener thread request counts are getting stored (In which table in PRPC). That would be greatly appreciated quick response. Thanks
***Updated by moderator: Marissa to add category***
If you want to capture the request counts made then you can write an intial activity at your listener rule, like whenever the listener is executed it should create an instance of Data class and later you can do reporting on that data class to get the request counts information.
You can probably write an activity which will do obj-open for the Data class and use property-set method to set some information regarding the request and do obj-save.
I don't think the request count is saved in database, instead it is managed by mbean as SMA is a JMX mbean client application.