Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a Store-and-Forward Agent: General Settings

Buttons     Configuration Options     

Use this page to define the general configuration settings for this Store-and-Forward (SAF) agent.

Buttons

Name Description
Create a New Store

Click the Create a New Store button to create a new persistent store. You can then assign your new persistent store to this SAF 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.

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.

MBean Attribute:
SAFAgentMBean.ServiceType

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


Back to Top