Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Store-and-Forward Agents: Monitoring: Remote Endpoints

Buttons     Configuration Options     Related Tasks     Related Topics

Use this page to monitor remote endpoints.

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

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 the getOperationState method.

MBean Attribute:
SAFRemoteEndpointRuntimeMBean.expireAll

Purge All

Destroys all conversations and purges all the pending messages for a remote destination.

MBean Attribute:
SAFRemoteEndpointRuntimeMBean.purge

Related Tasks

Related Topics


Back to Top