Versions Compared

Key

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

This section describes how to configure the WSO2 ESB's JMS transport with WSO2 Message Broker (MB). It facilitates message brokering needs of the ESB and helps implement the store and forward messaging pattern.

...

Code Block
languagehtml/xml
<!-- uncomment this and configure to use connection pools for sending messages>
<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.

...

4. Open <ESB_HOME>/repository/conf/JNDIjndi.properties file and point to the running Message Broker.

...