Technical data

18 Using the WebLogic Messaging Bridge
18-22 Administration Guide
Using the Messaging Bridging To Access Destinations In
a Release 5.1 Domain
When configuring a messaging bridge involves interoperability between WebLogic
Server 6.1 and release 5.1, you must configure the following settings on the release 6.1
domain that the messaging bridge is running on:
Note: The Exactly-once QOS for transactions is not supported for WebLogic Server
5.1. For more information on the bridge QOS options, see “Messaging Bridge
Attributes on the General Tab” on page 18-12.
n The jms51-interop.jar file in the WL_HOME\lib directory must be in the
CLASSPATH of the WebLogic Server 6.1 implementation.
n The release 5.1 resource adapter (jms-notran-adp51.rar) and the
non-transaction adapter (
jms-notran-adp.rar) must be deployed on the 6.1
bridge domain, as described in “Deploying the Bridge’s Resource Adapters” on
page 18-5.
n When configuring the JMS source and target destinations, as described in
“Configuring JMS Bridge Destinations” on page 18-6, do the following:
In the Adapter JNDI Name field:
l For the 6.1 destination, specify the non-transaction adapters JNDI name as
eis.jms.WLSConnectionFactoryJNDINoTX.
l For the 5.1 destination, specify the 5.1 adapters JNDI name as
eis.jms.WLS51ConnectionFactoryJNDINoTX.
In the Adapter Classpath field:
l For the 6.1 destination, leave the field blank.
l For the 5.1 destination, indicate the location of the classes for the WebLogic
Server 5.1 release, as well as the location of the
jms51-interop.jar file
for the 6.1 release.
For example, if you have WebLogic Server 5.1 GA installed in a directory
named
WL51_HOME and your WebLogic Server 6.1 release is installed in
WL81_HOME, then set the Adapter Classpath as follows for the 5.1 destination:
WL51_HOME\classes;WL51_HOME\lib\weblogicaux.jar;
WL61_HOME\server\lib\jms51-interop.jar