Adapter for JMS 6.1 SP1 | webMethods Adapter for JMS Documentation | webMethods Adapter for JMS Installation and User’s Documentation | Installing, Upgrading, and Uninstalling the Adapter for JMS | Installing Adapter for JMS 6.1 SP1 | Adding the JMS Provider Client Libraries to the Integration Server Classpath
 
Adding the JMS Provider Client Libraries to the Integration Server Classpath
Integration Server requires access to some of the JMS provider's Java client libraries. Place these libraries in the server's classpath by copying them into the Integration Server_directory \instances\instance_name\packages\WmJMSAdapter\code\jars\static directory, as described in the following sections. The server will automatically add the .jar files to its classpath.
*To add the JMS provider's client libraries to the Integration Server classpath
1. If you are going to use Adapter for JMS with a file‑based JNDI implementation, download the fscontext-1_2_beta3.zip file from the Oracle website.
From the Download JNDI 1.2.1 & More menu, select File System Service Provider, 1.2 Beta 3 to download the fscontext-1_2_beta3.zip file.
2. Extract the fscontext.jar and providerutil.jar files from the fscontext-1_2_beta3.zip file and copy the files to the Integration Server_directory \instances\instance_name\packages\WmJMSAdapter\code\jars\static directory.
3. Copy the Java API libraries from WebLogic 10.3.1.0 server to your Integration Server.
a. Create wlfullclient.jar from the WebLogic installation using the following command: java -jar wljarbuilder.jar
b. Place the wlfullclient.jar in the Integration Server_directory \instances\instance_name\packages\WmJMSAdapter\code\jars\static directory.
4. Restart the host Integration Server.