Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:install_apache_activemq_on_linux [2014/08/18 20:35] – [Prerequriements] yehudahowto:install_apache_activemq_on_linux [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 9: Line 9:
 <code bash> <code bash>
 wget http://apache.spd.co.il/activemq/5.10.0/apache-activemq-5.10.0-bin.tar.gz 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*
 </code> </code>
 +===== Starting / Stoppiing ActiveMQ =====
 +<code bash>
 +cd /usr/local/apache-activemq
 +bin/activemq [stop|start]
 +</code>
 +
howto/install_apache_activemq_on_linux.1408394134.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0