| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}ws-reliable-delivery-policyType (extension)
Corresponds to WSReliableDeliveryPolicyMBean
Nested Element Summary | |
xs:int | 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. |
xs:int | 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. |
xs:int | 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. |
xs:string | jms-server |
<xs:complexType name="ws-reliable-delivery-policyType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="jms-server" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="default-retry-count" nillable="false" type="xs:int">
</xs:element><xs:element minOccurs="0" name="default-retry-interval" nillable="false" type="xs:int">
</xs:element><xs:element minOccurs="0" name="default-time-to-live" nillable="false" type="xs:int"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |