Wednesday, January 26, 2011

Configuring JMS transport in WSO2 ESB 4.*.*/WSO2 Carbon 3.2.*

Last couple of days I was trying to get the JMS stuffs working with WSO2 ESB trunk. We are in the process of building the next version of WSO2 ESB, version 4.0.0 (based on Carbon 3.2.0). It seems due to some of the class loading changes that was done most of the JMS stuffs are broken, somehow we are in the process of fixing them. Yesterday and today I was testing with ActiveMQ and Qpid and I am briefing the steps for reference.

ActiveMQ ( version 5.2.0)
Configuration for JMS transport sender/listener will remain the same as previous releases. Copy the following jars into $CARBON_HOME/lib/core/WEB-INF/lib folder.
  • activemq-core-5.2.0.jar
  • geronimo-j2ee-management_1.0_spec-1.0.jar
Qpid ( version 0.9)
Configuration for JMS transport sender/listener will remain the same as previous releases. Copy the following jars from Qpid into $CARBON_HOME/lib/core/WEB-INF/lib folder.
  • slf4j-api-1.6.1.jar
  • slf4j-log4j12-1.6.1.jar
  • qpid-client-0.9.jar
  • qpid-common-0.9.jar
  • mina-core-1.0.1.jar
Enjoy!


0 comments:

Post a Comment