![]() ![]() ![]() ![]() |
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 The name of this SAF agent.
Scope Specifies if the SAF agent is accessible within the domain, a partition, or a resource group template.
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.
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.
Target The server instance, cluster, or migratable target where this SAF agent is deployed.
MBean Attribute:
SAFAgentMBean.targets
Changes take effect after you redeploy the module or restart the server.
![]() |