Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a Store-and-Forward Agent: Review

Configuration Options     

Use this page to review the settings for your new Store-and-Forward agent.

Configuration Options

Name Description
Name

The name of this SAF agent.

Scope

The scope in which you want to create this SAF agent.

Persistent Store

The persistent disk-based file store or JDBC-accessible database for the SAF agent.

If a store is not configured, the server's default store is used.

If the value is changed and activated, you need to restart any servers to which the MBean is targeted before the value will take effect (even though you do not get a warning in the Console that the server needs to be restarted).

MBean Attribute:
SAFAgentMBean.Store

Changes take effect after you redeploy the module or restart the server.

Agent Type

The type of service that this SAF agent provides. JMS requires only a Sending agent on the sending side for messages. Whereas, Web Services Reliable Messaging requires both a Sending and Receiving agent for messages.

  • Sending-only

    Configures an agent that stores messages in persistent storage, forwards messages to the receiving side, and re-transmits messages when acknowledgements do not come back in time.

  • Receiving-only

    Configures an agent that detects and eliminates duplicate messages sent by a receiving agent, and delivers messages to the final destination.

  • Both

    Configures an agent that has sending and receiving agent functionality.

If the value is changed and activated, you need to restart any servers to which the MBean is targeted before the value will take effect (even though you do not get a warning in the Console that the server needs to be restarted).

MBean Attribute:
SAFAgentMBean.ServiceType

Changes take effect after you redeploy the module or restart the server.

Target

The list of all WebLogic Server instances, clusters, and migratable targets that are candidates for hosting this Store-and-Forward agent.

MBean Attribute:
SAFAgentMBean.Targets


Back to Top