| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}jms-connection-consumerType (extension)
Corresponds to JMSConnectionConsumerMBean
Nested Element Summary | |
xs:string | destination The JNDI name of the destination for this connection consumer. |
| messages-maximum The defined maximum number of messages that the connection consumer can load at one time into a ServerSession's session. |
xs:string | selector The defined JMS message selector of the connection consumer. |
<xs:complexType name="jms-connection-consumerType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="messages-maximum" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="selector" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="destination" nillable="true" type="xs:string"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |