ActiveMQ
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
| ||