Showing posts with label activemq. Show all posts
Showing posts with label activemq. Show all posts

Monday, April 2, 2012

Cheat-sheet : Starting WSO2-AS-4.2.1 with Activemq-5.2.2

Start Activemq
1. Download activemq from here

2. Extract the binary

3. Start activemq by going to ACTIVE_DIRECTORY_HOME/bin and issuing the command ./activemq console

Configure WSO2 AppServer
4. Download WSO2 AppServer from here

5. Extract the binary

6. Edit axis2.xml to enable JMS transport.
  1. Open CARBON_HOME/repository/conf/axis2.xml (CABRON_HOME is the location you extracted the AppServer distribution)
  2. Enable JMS transport by uncommenting follwing sections
 
   -
   -
   -
 
AND
 

7. Copy following jars from ACTIVEMQ_HOME/lib to CARBON_HOME/repository/components/lib
  1. activemq-core-5.4.2.jar
  2. geronimo-j2ee-management_1.1_spec-1.0.1.jar
  3. geronimo-jms_1.1_spec-1.1.1.jar
8. Also copy the same to CARBON_HOME/lib/api

9. Start the application server by issuing ./wso2server.sh at CARBON_HOME/bin.

Featured

Selenium - Page Object Model and Action Methods

  How we change this code to PageObjectModel and action classes. 1 2 3 driver . findElement ( By . id ( "userEmail" )). sendKeys (...

Popular Posts