BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element quality-of-service

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

Documentation
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.
Properties
This component is not nillable.

Model
<quality-of-service>

</quality-of-service>

Source
<xs:element minOccurs="0" name="quality-of-service" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Exactly-once"/>
<xs:enumeration value="Atmost-once"/>
<xs:enumeration value="Duplicate-okay"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation