edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Create a Store-and-Forward Agent

Create a Store-and-Forward Agent

Configuration Options     Related Tasks     Related Topics

Use this page to create a store-and-forward (SAF) agent.

Configuration Options

Name Description
Name of

Name of 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.

Target

The server instance on which this SAF agent is deployed.

MBean Attribute:
SAFAgentMBean.targets

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

Related Tasks

Related Topics