| 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-bridge-destinationType (extension)
Corresponds to JMSBridgeDestinationMBean
Nested Element Summary | |
xs:string | connection-factory-jndi-name The connection factory's JNDI name for this JMS bridge destination. |
xs:string | connection-url The connection URL for this JMS bridge destination. |
xs:string | destination-jndi-name The destination JNDI name for this JMS bridge destination. |
| destination-type The destination type (queue or topic) for this JMS bridge destination. |
xs:string | initial-context-factory The initial context factory name for this JMS bridge destination. |
<xs:complexType name="jms-bridge-destinationType"><xs:complexContent></xs:complexType><xs:extension base="dom:bridge-destination-commonType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="connection-factory-jndi-name" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="initial-context-factory" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="connection-url" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="destination-jndi-name" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="destination-type" nillable="true"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="Queue"/><xs:enumeration value="Topic"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |