Flipkart

Friday, May 19, 2017

Install Apache ActiveMQ on Linux

Install Apache ActiveMQ on Linux

  • Download Apache ActiveMQ

  • Extract the Archive

  1. Extract the distribution archive, i.e. apache-activemq-5.5.0-bin.tar.gz to the directory you wish to install Apache ActiveMQ. These instructions assume you chose /opt. The subdirectory apache-activemq-5.5.0 will be created from the archive.

tar -zxvf apache-activemq-5.5.0-bin.tar.gz

ActiveMQ start-up script is not executable, change its permissions:

chmod 755 activemq

  • Run Apache ActiveMQ

Run ActiveMQ from a command shell:
sudo sh activemq start

  • Monitoring ActiveMQ

http://magazie.co.in/installing-apache-activemq-on-linux/

No comments:

Post a Comment