Installing
-
2. Downloading
Download Apache ActiveMQ for Linux.
-
3. Extracting
Double-Click on Archive and Extract into /tmp.
Or from Shell:tar xvzf apache-activemq*.tar.gz -C /tmp/
-
4. Installing
Relocate Apache ActiveMQ Folder:
sudo mv /tmp/apache-activemq* /opt/
Set the SuperUser as owner with:
sudo chown -R root:root /opt/apache-activemq*
How to Install Recommended Oracle Java JDK on Ubuntu
To check your current JDK version:
javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'
If it’s the official Oracle JDK, the output will include:
java.vendor = Oracle Corporation
.
Contents