Name | Description |
boolean ObjectStatus | Indicates whether the Universal Messaging service is online or offline. |
int ServiceStatus | Status of the Universal Messaging service: 1 = Green 2 = Yellow 3 = Red 0 = Error |
string statusDetails | Status details of the Universal Messaging service. |
string name | The name of the Universal Messaging service. |
int usage | Usage of the Universal Messaging service: 1 = Source only 2 = Destination only 3 = Unknown 0 = Error |
int reliability | Reliability of the Universal Messaging service: 1 = Reliable 2 = Best effort 3 = Unknown 0 = Error |
int activeDurableSubscribersCount | Number of active durable subscribers for the Universal Messaging service. |
int nonDurableSubscribersCount | Number of non-durable subscribers for the Universal Messaging service. |
long receivedEvents | Delta value of the number of events received since the start of the Universal Messaging service. |
long sentEvents | Delta value of the number of events sent since the start of the Universal Messaging service. |
long acknowledgedSentEvents | Delta value of the number of events acknowledged since the start of the Universal Messaging service. |
string lastSendingTime | Time when the last event was sent by the Universal Messaging service. |
string lastCompletedAcknowledgementTime | Time of the last completed acknowledgement of the Universal Messaging service. |
string lastFailedAcknowledgementTime | Time of the last failed acknowledgement of the Universal Messaging service. |
int regularDeliveryInterruptionsCount | Delta value of the number of regular delivery interruptions since the start of theUniversal Messaging service. |
long failedDurationTime | The duration between the last failed acknowledgement time and last completed acknowledgement time of the Universal Messaging service. |
string providerUrl | The URL address of the provided Universal Messaging server. |
boolean connected | Status of the Universal Messaging server connection. |
string connectTime | Time when the Universal Messaging server was last connected. |
string disconnectTime | Time when the Universal Messaging server was last disconnected. |