Name | Description |
long acknowledgedSentEvents | The number of events that are sent to this service and successfully acknowledged by the Universal Messaging server. If the service usage is SourceOnly, the value of this attribute is empty. |
int activeSharedDurableSubsctibersCount | The number of active shared durable subscribers to this service. If the service usage is DestinationOnly, the value of this attribute is empty. |
long connectAge | The time duration of the connection, measured as a difference between the current time and the time when the service connected, or reconnected, to the Universal Messaging server . |
boolean connected | Indicates whether this service is connected to the configured Universal Messaging server. |
long disconnectAge | The time duration of the disconnection, measured as a difference between the current time and the time when the service disconnected from the Universal Messaging server. |
int inactiveSharedDurableSubscribersCount | The number of inactive (closed, but not unsubscribed) shared durable subscribers to this service. If the service usage is DestinationOnly, the value of this attribute is empty. |
long lastCompletedAcknowledgementAge | The time duration of the last completed acknowledgement, measured as a difference between the current time and the last time when the Universal Messaging server successfully acknowledged an event that was sent to this service. |
int lastSendingStatus | The status of the last sending operation performed by the service: 1 - Green 2 - Red 0 - Error |
long lastSentAge | The time duration of the last sent event, measured as a difference between the current time and the time wen the last event was sent to the Universal Messaging server. |
int nonDurableSubscribersCount | The number of non-durable subscribers to this service. If the service usage is DestinationOnly, the value of this attribute is empty. |
boolean ObjectStatus | Indicates whether the Universal Messaging service monitoring is available. |
long receivedEvents | The number of events received by all subscribers to this service (from the activation of the service). If the service usage is DestinationOnly, the value of this attribute is empty. |
int regularDeliveryInterruptionsCount | The number of times the service has switched to redelivery mode because of a failure to deliver an event to the Universal Messaging server. If the service usage is SourceOnly, the value of this attribute is empty. |
long sentEvents | The number of events sent to this service. If the service usage is SourceOnly, the value of this attribute is empty. |
int usage | Usage of the Universal Messaging service: 1 - SourceOnly 2 - DestinationOnly 3 - SourceAndDestination 4 - Unknown 0 - Error |