This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configure with HornetQ

This section describes how to configure WSO2 Enterprise Integrator'sĀ JMS transportĀ with HornetQ, which isĀ an open source project to build a multi-protocol, asynchronous messaging system.

When configuringĀ WSO2 EI'sĀ JMS transportĀ with HornetQ, you can either configure with a standalone HornetQ server or withĀ HornetQ embedded in a JBoss Enterprise Application Platform (JBoss EAP) server.

Go to the required tab for step by step instructions based on how you need to configure the WSO2 EI'sĀ JMS transportĀ with HornetQ.

From the below configurations, do the ones in the axis2.xml file based on the profile you use as follows:

  • To enable the JMS transport in the Integration profile, edit the <EI_HOME>/conf/axis2/axis2.xmlĀ file.
  • To enable the JMS transport in other profiles, edit the <EI_HOME>/wso2/<PROFILE_HOME>/conf/axis2/axis2.xmlĀ file. <PROFILE_HOME> refers to the main directory of the profile inside the WSO2 EI distribution. For example, to enable the JMS transport in the Business Process profile, edit the <EI_HOME>/wso2/business-process/conf/axis2/axis2.xmlĀ file