BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType jms-distributed-destination-memberType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}jms-distributed-destination-memberType (extension)

Documentation
Corresponds to JMSDistributedDestinationMemberMBean
Properties
This component is not nillable.

Model
<...>
weight
</...>


Nested Element Summary
 weight
          The weight of a distributed destination member is a measure of its ability to handle message load, with respect to the other member destinations in the same distributed set. 
Source
<xs:complexType name="jms-distributed-destination-memberType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="weight" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation