BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The acknowledge mode used by non-transacted sessions within this
 JMS session pool. 



For transacted sessions, messages are
 acknowledged automatically when the session is committed and this
 value is ignored.
Properties
This component is not nillable.

Model
<acknowledge-mode>

</acknowledge-mode>

Source
<xs:element minOccurs="0" name="acknowledge-mode" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Auto"/>
<xs:enumeration value="Client"/>
<xs:enumeration value="Dups-Ok"/>
<xs:enumeration value="None"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation