![]() ![]() ![]() ![]() |
Store-and-Forward Agents: Monitoring: Remote Endpoints
Buttons Configuration Options Related Tasks Related Topics
Use this page to monitor remote endpoints.
Buttons
Name Description Paused for Incoming Pauses a remote endpoint so that new messages are not accepted.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.pauseIncoming
Resume Incoming Resumes a remote endpoint so that new messages are accepted.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.resumeIncoming
Paused for Forwarding Pauses the forwarding of messages for a remote endpoint. The agent accepts new messages but does not forward them.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.pauseForwarding
Resume Forwarding Resumes the forwarding of messages for the remote endpoint.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.resumeForwarding
Expire All All pending messages for a remote destination are processed according to the policy specified by the associated Error Handling configuration and then removed.
When selected,
expireAll
is performed asynchronously by the server.Oracle recommends that the remote endpoint is paused for incoming messages prior to expiring messages. When all pending messages are processed and removed, the remote endpoint can be set to resume and accept new messages.
The state of the
expireAll
operation can be determined by thegetOperationState
method.MBean Attribute:
SAFRemoteEndpointRuntimeMBean.expireAll
Purge All Configuration Options
Name Description Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.Name
Url The URL of the remote endpoint.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.URL
Endpoint Type Specifies if the remote endpoint is a JMS or Web Services (WSRM) destination. The possible values are: weblogic.management.runtime.SAFConstants.JMS_ENDPOINT or weblogic.management.runtime.SAFConstants.WS_ENDPOINT.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.EndpointType
Paused for Incoming Indicates if a remote endpoint is currently not accepting new messages.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.PausedForIncoming
Paused For Forwarding Indicates if the remote endpoint is currently not forwarding messages.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.PausedForForwarding
Downtime High Specifies the longest time, in seconds, that the remote endpoint has not been available since the last reset.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.DowntimeHigh
Downtime Total Specifies the total time, in seconds, that the remote endpoint has not been available since the last reset.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.DowntimeTotal
Uptime High Specifies the longest time, in seconds, that the remote endpoint has been available since the last reset.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.UptimeHigh
UptimeTotal Specifies the total time, in seconds, that the remote endpoint has been available since the last reset.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.UptimeTotal
Last Time Connected Specifies the last time that the remote endpoint was connected.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.LastTimeConnected
Last Time Failed Connect Specifies the last time that the remote endpoint failed to be connected.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.LastTimeFailedToConnect
Last Exception Specifies the exception thrown when message forwarding failed.
MBean Attribute:
SAFRemoteEndpointRuntimeMBean.LastException
Operation State Specifies the state of the most recent
ExireAll
operation.MBean Attribute:
SAFRemoteEndpointRuntimeMBean.OperationState
![]() |