Installing
-
2. Downloading ActveMQ
Download Apache ActiveMQ for Linux.
-
3. Extracting ActveMQ
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. Setting Up ActveMQ
Finally, to Install it Relocate Apache ActiveMQ Folder.
sudo mv /tmp/apache-activemq* /opt/
Set the SuperUser as owner with:
sudo chown -R root:root /opt/apache-activemq*
-
5. Installing Java JDK
How to Install Required Oracle Java JDK on Ubuntu
Contents