BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element delivery-mode-override

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The delivery mode to use when placing messages onto the target
 location.



If this value is not specified, the message is placed on the
 target location with the same delivery mode specified from the
 source location.



Note: This value overrides any delivery mode associated
 with a message.
Properties
This component is not nillable.

Model
<delivery-mode-override>

</delivery-mode-override>

Source
<xs:element minOccurs="0" name="delivery-mode-override" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="PERSIST"/>
<xs:enumeration value="NONPERSIST"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation