Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


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

Using Reliable SOAP Messaging

Attributes

Table 298-1

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.
WSReliableDeliveryPolicyMBean

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

Attribute: DefaultRetryCount

Default: 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.
WSReliableDeliveryPolicyMBean

Attribute: DefaultRetryInterval

Default: 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.
WSReliableDeliveryPolicyMBean

Attribute: DefaultTimeToLive

Default: 60000

 

Skip navigation bar  Back to Top Previous Next