...
ObjectType | Category | Log File | URL | Operating System |
---|---|---|---|---|
SUBSCRIPTION_STATUS | STATUS | statusData.log | All |
Sample JSON Data
Code Block |
---|
{ |
...
"queryTime": 0, |
...
"objects": [ |
...
{ |
...
"messageBrokerName": "TEST", |
...
"objectName": "SUBTEST", |
...
"objectType": "SUBSCRIPTION_STATUS", |
...
"className": "java.lang.Integer", |
...
"entryTime": "18/12/2017 10:38:25 AM", |
...
"fields": { |
...
"LMSGDATE": "2017-12-07", |
...
"SUB": "SUBTEST", |
...
"SUBID": "414d5120544553542020202020202020eec4b959d3c61322", |
...
"MSGAGE": "0", |
...
"lastMsgDate": "20171207", |
...
"LMSGTIME": "13:54:59", |
...
"NUMMSGS": "1", |
...
"lastMsgIntervalSecs": "-1", |
...
"MCASTREL": "-1 -1", |
...
"DURABLE": "YES", |
...
"CURDEPTH": "0", |
...
"TOPICSTR": "/SUBTEST", |
...
"RESMDATE": "2017-12-07", |
...
"lastMsgEpoch": "-1", |
...
"lastMsgDateTime": "2017120713:54:59", |
...
"lastMsgTime": "13:54:59", |
...
"QMNAME": "TEST" |
...
} |
...
}] |
...
} |
Field Values
Field Names | Description |
---|---|
messageBrokerName | Queue manager name |
objectName | Subscriber Name |
objectType | The Objects data type |
className | Internal use only |
entryTime | The time the Lamaxu agent captured the metric data |
LMSGDATE | The date of the last message |
SUB | The subscriber Name |
SUBID | Internal ID value used by MQ |
MSGAGE | The oldest message age in seconds |
lastMsgDate | The date of the last message with no delimiters |
LMSGTIME | The time of the last message |
NUMMSGS | |
lastMsgIntervalSecs | |
MCASTREL | |
DURABLE | Where the subscriber is durable or not |
CURDEPTH | Current message depth of the subscriber queue |
TOPICSTR | The TOPIC string the Subscriber relates to, is subscribing to |
RESMDATE | |
lastMsgEpoch | UNIX date/time of the last message |
lastMsgDateTime | The last message date/time with do delimiters |
lastMsgTime | The time of the last message |
QMNAME | The Queue manager name where the subscription is hosted |