Installing
[ad_slider autoplay=”true” interval=”8″ count=”5″]
-
2. Downloading
Download Apache ActiveMQ for Linux.
-
3. Extracting
Then Extract the Archive into /tmp/
With the Archive Manager (If needed Double-Click on file)
Or from Shell:
tar xvzf ~/Downloads/apache-activemq*.tar.gz -C /tmp
-
4. Installing
Finally, to Install Apache ActiveMQ on Ubuntu
Relocate Apache ActiveMQ Folder with:sudo mv /tmp/apache-activemq* /opt/
And then set the SuperUser as owner with:
sudo chown -R root:root /opt/apache-activemq*
How to Install Required Oracle Java JDK on Ubuntu
Install Oracle JDK 8+ for Ubuntu[ad_slider autoplay=”true” interval=”8″ count=”5″]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.
[ad_slider autoplay=”true” interval=”8″ count=”5″]
[ad_slider autoplay=”true” interval=”8″ count=”5″]
Contents