Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| howto:install_apache_activemq_on_linux [2014/08/18 20:30] – created yehuda | howto:install_apache_activemq_on_linux [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Prerequriements ===== | ===== Prerequriements ===== | ||
| + | See [[http:// | ||
| + | |||
| * Java 8 (See: [[HowTo: | * Java 8 (See: [[HowTo: | ||
| Line 7: | Line 9: | ||
| <code bash> | <code bash> | ||
| wget http:// | wget http:// | ||
| - | </ | + | 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 / | ||
| + | </code> | ||
| + | ===== Starting / Stoppiing ActiveMQ ===== | ||
| + | < | ||
| + | cd / | ||
| + | bin/ | ||
| + | </ | ||