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.

Follow the instructions below to set up WSO2 MB and WSO2 ESB.

Setting Setting up WSO2 Message Broker

1. Download and install WSO2 MB binary distribution. Instructions can be found in the Installation Guide in the Message Broker documentation . The unzipped MB distribution folder will be referred to as <MB_HOME>.  

...

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.

...