Attribute | Description |
name | String. The name of the service. The value of name is always In-Process. |
usage | String. The usage of the service. The value of usage is always SourceAndDestination. |
connected | Boolean. Indicates whether the service is connected. The value of connected is always true. |
connectTime | Instant. The time when the IP service connects on first usage. |
disconnectTime | Instant. The time when the IP service disconnects. The value of disconnectTime is always empty. |
activeExclusiveDurable-SubscribersCount | Integer. The number of active exclusive durable subscribers to the IP service. |
activeExclusiveDurable-SubscribersIds | List<String>. The identifiers of the active exclusive durable subscribers to the service. |
activeSharedDurable-SubscribersCount | Integer. The IP service does not support shared durable subscribers. The value of activeSharedDurableSubscribersCount is always 0. |
activeSharedDurable-SubscribersIds | List<String>. The IP service does not support shared durable subscribers. The value of activeSharedDurableSubscribersIds is always an empty list. |
activePriorityDurable-SubscribersCount | Integer. The IP service does not support priority durable subscribers. The value of activePriorityDurableSubscribersCount is always 0. |
activePriorityDurable-SubscribersIds | List<String>. The IP service does not support priority durable subscribers. The value of activePriorityDurableSubscribersIds is always an empty list. |
inactiveExclusiveDurable-SubscribersCount | Integer. The number of exclusive durable subscribers to the service that are inactive but still subscribed. |
inactiveExclusiveDurable-SubscribersIds | List<String>. The identifiers of the exclusive durable subscribers to the service that are inactive but still subscribed. |
inactiveSharedDurable-SubscribersCount | Integer. The IP service does not support shared durable subscribers. The value of inactiveSharedDurableSubscribersCount is always 0. |
inactiveSharedDurable-SubscribersIds | List<String>. The IP service does not support shared durable subscribers. The value of inactiveSharedDurableSubscribersIds is always an empty list. |
inactivePriorityDurable-SubscribersCount | Integer. The IP service does not support priority durable subscribers. The value of inactivePriorityDurableSubscribersCount is always 0. |
inactivePriorityDurable-SubscribersIds | List<String>. The IP service does not support priority durable subscribers. The value of inactivePriorityDurableSubscribersIds is always an empty list. |
nonDurable-SubscribersCount | Integer. The number of non-durable subscribers to the service. |
receivedEvents | Long. The number of events received by all subscribers to the IP service since the service became active. |
lastSendingStatusDetails | String. The status of the last sending operation performed by the IP service. Values are: Green - when the last sending operation is successful. Red - when the last sending operation has failed. |
String. Information about the last sending status. If the status is Red, the explanation contains the exception that caused the sending operation to fail. | |
sentEvents | Long. The number of events sent to the IP service. |
acknowledgedSentEvents | Long. The number of events sent to the IP service and successfully acknowledged by the client event processor. |
lastSendingTime | Instant. The time when the last event was sent to the client event processor. Note: The lastSendingTime attribute reflects the time when an event was last sent to the destination service. The lastSendingTime attribute does not carry information about whether an event was acknowledged by the client event processor. To see whether an event was acknowledged by the destination service, check the lastCompletedAcknowledgementTime attribute. |
lastCompletedAcknowled-gementTime | Instant. The last time when an event sent to the IP service was successfully acknowledged by the client event processor. |
regularDelivery-InterruptionsCount | Integer. The number of times when the service switched to redelivery mode. The IP service does not support redelivery and the value of regularDeliveryInterruptionsCount is always 0. |