ESS SubscriberInfo
The ESS SubscriberInfo class is returned by the getSubscriberInfo method. It contains information about a subscriber.
|
Attribute
|
Description
|
|---|---|
|
enqueueEnabled |
Boolean value indicating whether the subscriber is enabled. |
|
queueDepth |
Integer value of the number of transactions waiting to be dequeued. |
|
fullThreshold |
Integer size of queue for this subscriber to be full. |
|
warnThreshold |
Integer size of queue for a warning to be activated. |
|
enqueueCount |
Total amount of messages enqueued since the last reset. |
|
dequeueBlockCount |
Maximum block count to dequeue. |
|
lastDequeueTime |
String of the time of last dequeue. |
|
lastEnqueueTime |
String of the time of last enqueue. |
|
enqueueCountResetTime |
String of the time of last enqueue count reset. |
|
enqueueEnabledTime |
String of the time when the subscriber was enabled for enqueue. |