Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:install_apache_activemq_on_linux [2014/08/18 20:37] – [Install] yehuda | howto:install_apache_activemq_on_linux [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| 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/ | ||
| + | sudo ln -s / | ||
| + | |||
| + | #OPTIONAL - See http:// | ||
| + | sudo chown -R java.java / | ||
| + | sudo chmod -R 775 / | ||
| </ | </ | ||
| + | ===== Starting / Stoppiing ActiveMQ ===== | ||
| + | <code bash> | ||
| + | cd / | ||
| + | bin/ | ||
| + | </ | ||
| + | |||