Name | Description |
string brokerName | Broker name. |
string brokerHost | Broker host name. |
string connectedFrom | IP address from which Broker is currently connected. |
date lastConnectTime | Time when the Broker last connected. |
int numEventsForwarded | Number of documents forwarded to the Broker. |
int numEventsReceived | Number of documents received from the Broker. |
int numEventsEnqueued | Number of documents enqueued for the Broker. |
date lastEventForwardTime | Time when a document was last forwarded to the Broker. |
date lastEventReceiveTime | Time when a document was last received from the Broker. |
date lastEventEnqueueTime | Time when a document was last enqueued for the Broker. |
long queueLength | Current size (in number of documents) of the Broker's queue. |
long queueByteSize | Current size (in bytes) of the Broker's queue. |
long queueHighestLength | Highest length (in number of documents) of the Broker's queue. |
date queueHighestLengthTime | Time when queueHighestLength was last changed. |
int ObjectStatus | Indicates Operational or Failed status of the component. |
boolean ContainsResourceMessage | Flag indicating a resource message, such as a log message or exception message, has been received from the monitored resource. |
int MessageSeverity | Severity level of the resource message: Critical = 1 Major = 2 Minor = 3 Warning = 4 Info = 5 Ok = 6 Indeterminate = 7 |