BridgeDestination
Description
This class represents a messaging bridge destination for non-JMS messaging products.
Each messaging bridge consists of two destinations that are being bridged: a source destination that the bridge reads messages from, and a target destination where the bridge sends the messages that it receives from the source destination.
Note: Although WebLogic JMS includes a "General Bridge Destination" framework for accessing non-JMS messaging products, WebLogic Server does not provide supported adapters for such products. Therefore, you need to obtain a custom adapter from a third-party OEM vendor or contact BEA Professional Services.
Syntax
<BridgeDestination AdapterJNDIName="String Classpath="String Name="String Notes="String Properties="java.util.Properties" Type="String UserName="String UserPassword="String
/>
Parent Elements
Attributes
AdapterJNDIName The JNDI name of the adapter used to communicate with the specified destination. This name is specified in the adapter's deployment descriptor file and is used by the WebLogic Server Connector container to bind the adapter in WebLogic Server JNDI. Admin Console field label: Adapter JNDI NameDefault: eis.jms.WLSConnectionFactoryJNDIXA Classpath The CLASSPATH of the bridge destination. This is used mainly to connect to another release of WebLogic Server.When connecting to a destination that is running on WebLogic Server 6.0 or earlier, the bridge destination must supply a CLASSPATH that indicates the locations of the classes for the earlier WebLogic Server implementation.Note: When connecting to a third-party JMS product, the bridge destination must supply the product's CLASSPATH in the WebLogic Server CLASSPATH. Admin Console field label: Adapter ClasspathRequired: no Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: no Properties Specifies all the properties of the bridge destination. The destination properties are string values that must be separated by a semicolon (;).The following properties are required for all JMS implementations: The JNDI name of the JMS connection factory used to create a connection.
The factory used to get the JNDI context.
Admin Console field label: Properties (key=value)Required: no Type Returns the type of the MBean. Required: no UserName The optional user name that the adapter will use to access the bridge destination.Note: All operations done to the specified destination are done using this user name and the corresponding password. Therefore, the User Name/Password for the source and target destinations must have permission to the access the underlying destinations in order for the messaging bridge to work. Admin Console field label: User NameRequired: no UserPassword The user password that the adapter uses to access the bridge destination. Admin Console field label: User PasswordRequired: noEncrypted: yes