This page describes how to configure the WSO2 JMS transport with IBM® WebSphere® Application Server.
...
2. Create a JMS queue (e.g., samplequeue) and a JMS connection factory (e.g., QueueConnectionFactory) as described in the topics under Setting Up JMS in IBM WebSphere Application Server in the IBM documentation.
3. Copy the following libraries from <WEBSHPERE_HOME>/java/lib directory to <ESB_HOME>/repository/components/lib directory.
- com.ibm.ws.runtime.jar
- com.ibm.ws.admin.client_7.0.0.jar
- com.ibm.ws.sib.client.thin.jms_7.0.0.jar
- com.ibm.ws.webservices.thinclient_7.0.0.jar
- bootstrap.jar
4. Add Exclude the following entries to from the <ESB_HOME>/repository/conf/etc/launch.ini file.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<transportSender name="jms" class="org.apache.axis2.transport.jms.JMSSender"/> |
Info |
---|
For details on the JMS configuration parameters used in the code segments above, see JMS Connection Factory Parameters. |
...