ActiveMQ: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Install Artemis==
<source lang="bash">
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
</source>
==References==
==References==
{|
{|

Revision as of 09:24, 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