Event Routing 10.15 | Communicating between Software AG Products Using Event Routing | Event Routing for Developers | Monitoring Event Routing Data | Attributes for Queue MBean
 
Attributes for Queue MBean
The following table lists the names of the attributes for the Queue Mbean and the respective attribute descriptions:
Name
Description
status
String. The status of the queue. Possible values are:
*green when the queue is functioning correctly.
*yellow when the queue is slow.
*red when the queue is unavailable. This might be caused by the destination server being down for a longer period of time.
statusDetails
String. An explanation of the current status:
*green when the queue’s utilization is below 90%.
*yellow when the queue’s utilization is equal to or greater than 90% but less than 100%.
*red when the queue is full; new events will be rejected in case of an on-disk queue, or the oldest events will be discarded when new events arrive in case of an in-memory queue.
capacity
Long. The maximum number of event which the queue can store.
currentSize
Long. The number of events currently stored in the queue. Possible values are:
*green when the queue capacity is below 90%.
*yellow when the queue capacity is equal to or greater than 90%.
*red when the queue capacity is equal to 100%.
averageUtilization
Float. The average size:capacity ratio since the first send operation for the event type which uses the queue.
queueBufferFullCount
Integer. The number of times the queue has become full, that is currentSize has been equal to capacity. Possible values are:
*0 - if the queue status has never been red.
*> 0 - when the queue status is red now, or has been red before.