BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType jms-bridge-destinationType

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

Documentation
Corresponds to JMSBridgeDestinationMBean
Properties
This component is not nillable.

Model
<...>
(connection-factory-jndi-name?, initial-context-factory?, connection-url?, destination-jndi-name?, destination-type )
</...>


Nested Element Summary
xs:stringconnection-factory-jndi-name
          The connection factory's JNDI name for this JMS bridge destination. 
xs:stringconnection-url
          The connection URL for this JMS bridge destination. 
xs:stringdestination-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:stringinitial-context-factory
          The initial context factory name for this JMS bridge destination. 
Source
<xs:complexType name="jms-bridge-destinationType">
<xs:complexContent>
<xs:extension base="dom:bridge-destination-commonType">
<xs:sequence>
<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:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Queue"/>
<xs:enumeration value="Topic"/>
</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