Server --> Services --> Web Services
Tasks Related Topics Attributes
Overview
Use this tab to configure the reliable SOAP messaging attributes for the current WebLogic Server in its role as both a sender and a receiver of a reliable SOAP message to and from a Web service running on a different WebLogic Server.
Tasks
Configuring Web Service Reliable SOAP Messaging
Related Topics
Attributes
Attribute Label
Description
Value Constraints
Store The persistent JMS store used by WebLogic Server to persist the reliable SOAP messages that it either sends or receives.MBean: weblogic.management.
configuration.
WSReliableDeliveryPolicyMBeanAttribute: Store
Default Retry Count The default maximum number of times that the sender should attempt to redeliver a message that the receiver WebLogic Web service has not yet acknowledged.MBean: weblogic.management.
configuration.
WSReliableDeliveryPolicyMBeanAttribute: DefaultRetryCountDefault: 10 Default Retry Interval The default minimum number of seconds that the sender should wait between retries if the receiver does not send an acknowledgement of receiving the message, or if the sender detects a communications error while attempting to send a message.MBean: weblogic.management.
configuration.
WSReliableDeliveryPolicyMBeanAttribute: DefaultRetryIntervalDefault: 6000 Default Time To Live The default minimum number of seconds that the receiver of the reliably sent message should persist the message in its storage. If the DefaultTimeToLive number of message have passed since the message was first sent, the sender should not resent a message with the same message id. If a sender cannot send a message successfully before the DefaultTimeToLive has passed, the sender should report a delivery failure. The receiver, after recovering from a crash, will not dispatch saved messages that have expired.MBean: weblogic.management.
configuration.
WSReliableDeliveryPolicyMBeanAttribute: DefaultTimeToLiveDefault: 60000