Name | Description |
float averageUtilization | The average size : capacity ratio from the first send operation for the event type which uses the queue. |
long capacity | The maximum number of events that the queue can store. |
long currentSize | The number of events that the queue currently stores. |
boolean ObjectStatus | Status of the Digital Event Services queue. |
int queueBufferFullCount | The number of times the queue was full, and currentSize was equal to capacity. |
int status | Status of the queue: 1 - Green. The queue is functioning, and the utilization is below 90 %. 2 - Yellow. The queue is functioning, and the utilization is equal to or greater than 90 %, but less than 100 %. 3 - Red. The queue is full, and new events are not accepted. If the Digital Event Services emit operation is blocking, the sender is blocked until some events are removed. If the Digital Event Services emit operation is non-blocking, the sender gets an exception. where utilization is the current size:capacity ratio. |