ActiveMQ: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
| valign="top" | | | valign="top" | | ||
* [https://medium.com/@hasnat.saeed/setup-activemq-artemis-on-ubuntu-18-04-76bb4975308b ActiveMQ » Artemis » Setup on Ubuntu 18.04] | * [https://medium.com/@hasnat.saeed/setup-activemq-artemis-on-ubuntu-18-04-76bb4975308b ActiveMQ » Artemis » Setup on Ubuntu 18.04] | ||
* [https://tecadmin.net/how-to-install-apache-activemq-on-ubuntu-22-04/ ActiveMQ » Classic » Setup on Ubuntu 22.04] | |||
* [https://activemq.apache.org/components/artemis/download/ ActiveMQ » Artemis » Download] | * [https://activemq.apache.org/components/artemis/download/ ActiveMQ » Artemis » Download] | ||
* [https://activemq.apache.org/components/classic/download/ ActiveMQ » Classic » Download] | * [https://activemq.apache.org/components/classic/download/ ActiveMQ » Classic » Download] |
Revision as of 10:00, 23 July 2022
Install Artemis
sudo wget -c https://dlcdn.apache.org/activemq\
/activemq-artemis/2.23.1/apache-artemis-2.23.1-bin.tar.gz -P /opt/cli/
sudo tar -xvzf /opt/cli/apache-artemis-2.23.1-bin.tar.gz -C /opt/cli/
sudo rm -rf /opt/cli/apache-artemis-2.23.1-bin.tar.gz
References
| ||