The following instructions describe how to configure the WSO2 ESB's JMS transport with Oracle WebLogic 1012.32.41.01.
Starting WebLogic and the ESB
- Download, set up, and start Oracle WebLogic Server.
- Start WSO2 ESB.
- Wrap the weblogic client jar and build a new OSGi bundle using the following pom.xml. The exporting of
javax.jms
package andjavax.xml.namespace
package of the client jar should be prevented. - Copy the client libraries file
wlfullclientwlthint3client.jar
from from the<WEBLOGIC_HOME>/wlserver_XX/server/lib
directory to the<ESB_HOME>/repository/components/dropins
directory.
...