Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 <EI_HOME>/lib directory.

...

Code Block
languagehtml/xml
titleJMS Sender
<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.

...