messaging-management/api/model/subscriber.ts
Properties |
|
activeClients |
activeClients:
|
Type : number
|
Optional |
Number of active clients subscribe using this subscription |
backlogUsagePercentage |
backlogUsagePercentage:
|
Type : number
|
Optional |
Percentage of the backlog used. Value range is from 0 to 100. E.g. if 10% of the backlog is used, this value will be 10 (not 0.1). |
lastAcknowledgeTimestamp |
lastAcknowledgeTimestamp:
|
Type : string
|
Optional |
Timestamp of the last acknowledged message |
messageAckRate |
messageAckRate:
|
Type : number
|
Optional |
Number of messages consumed and acknowledged per second |
msgBacklog |
msgBacklog:
|
Type : number
|
Optional |
Number of messages in the subscription to be consumed |
name |
name:
|
Type : string
|
Optional |
Name of subscription |