| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)
The QOS (quality of service) for this messaging bridge instance. - Exactly-once: Each message in the source destination is transferred to the target exactly once. This is the highest QOS a messaging bridge instance can offer. - Atmost-once: Each message in the source is transferred to the target only once with the possibility of being lost during the forwarding. - Duplicate-okay: Messages in the source destination are transferred to the target (none are lost) but some may appear in the target more than once.
<xs:element minOccurs="0" name="quality-of-service" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="Exactly-once"/><xs:enumeration value="Atmost-once"/><xs:enumeration value="Duplicate-okay"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |