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:34] – [Install] 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 / | ||
</ | </ | ||
+ | ===== Starting / Stoppiing ActiveMQ ===== | ||
+ | <code bash> | ||
+ | cd / | ||
+ | bin/ | ||
+ | </ | ||
+ |