Attribute | Description |
subscriberId | String. The identifier of a subscriber. |
type | String. The type of the subscriber. Values are: Exclusive durable Shared durable Serial durable Exclusive non-durable For more information about the different types of subscribers, see webMethods Service Development Help. |
sourceService | String. The name of the source service from which the subscriber receives events. |
status | String. The status of the subscriber. Values are: Active - the subscriber is working as expected. Inactive - the subscriber is closed but still subscribed. Not configured - no source service is configured for the event type, or the source service is removed from the configuration after the subscriber was created. If the source service in a service group is an In-Process (IP) service, the status of the serial durable subscribers is Not configured. The IP service does not support serial durable subscribers. Note: When a subscriber is closed and unsubscribed, its MBean is unregistered. In this case, the subscriber has no status. |
statusDetails | String. An explanation of the current subscriber status. |
receivedEvents | Long. The number of events received by the subscriber, including redelivered events. |
lastReceivedEventTime | Instant. The time when the last event was received by the subscriber. |
receivedRedeliveredEvents | Long. The number of redelivered events received by the subscriber. |
lastReceivedRedelivered-EventTime | Instant. The time when the last redelivered event was received by the subscriber. |
acknowledgedEvents | Long. The number of events acknowledged by the client event processor associated with the subscriber. |
lastAcknowledgementTime | Instant. The time of the last event acknowledgement by the client event processor associated with the subscriber. |