====== Install ActiveMQ on Linux ======
===== Prerequriements =====
See [[http://activemq.apache.org/activemq-5100-release.html|Release notes]]
* Java 8 (See: [[HowTo:Install Java 8 on Debian]])
===== Install =====
wget http://apache.spd.co.il/activemq/5.10.0/apache-activemq-5.10.0-bin.tar.gz
tar -zxvf apache-activemq-5.10.0-bin.tar.gz
sudo mv apache-activemq-5.10.0/ /usr/local/
sudo ln -s /usr/local/apache-activemq-5.10.0 /usr/local/apache-activemq
#OPTIONAL - See http://wiki.korotkin.co.il/howto/create_java_user
sudo chown -R java.java /usr/local/apache-activemq*
sudo chmod -R 775 /usr/local/apache-activemq*
===== Starting / Stoppiing ActiveMQ =====
cd /usr/local/apache-activemq
bin/activemq [stop|start]