Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Servers: Services: Web Services

Configuration Options     Related Tasks     Related Topics

Reliable SOAP messaging is a framework whereby an application running in one WebLogic Server instance can asynchronously and reliably invoke a Web Service running on another WebLogic Server instance. Reliable SOAP messaging works only between two WebLogic Server instances. This page allows you to specify settings for reliable SOAP messaging.

Configuration Options

Name Description
Store

MBean Attribute:
WSReliableDeliveryPolicyMBean.Store

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

Default Retry Count

The default maximum number of times that the sender runtime should attempt to redeliver a message that the receiver WebLogic Server has not yet acknowledged.

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 Attribute:
WSReliableDeliveryPolicyMBean.DefaultRetryCount

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

Default Retry Interval

The default minimum number of seconds that the sender runtime should wait between retries if the receiver does not send an acknowledgement of receiving the message, or if the sender runtime detects a communications error while attempting to send a message.

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 Attribute:
WSReliableDeliveryPolicyMBean.DefaultRetryInterval

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

Default Time To Live

The default number of seconds that the receiver of the reliable message should persist the history of the reliable message in its store.

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 Attribute:
WSReliableDeliveryPolicyMBean.DefaultTimeToLive

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

Related Tasks

Related Topics

 

Skip navigation bar   Back to Top