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
Last revisionBoth sides next revision
howto:install_apache_activemq_on_linux [2014/08/18 20:37] – [Install] yehudahowto:install_apache_activemq_on_linux [2014/08/18 20:59] yehuda
Line 11: Line 11:
 tar -zxvf 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.txt · Last modified: 2022/01/03 16:03 by 127.0.0.1
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0