ActiveMQ: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 20: Line 20:
* [https://kb.novaordis.com/index.php/Setting_Environment_Variable_for_a_systemd_Service Setting Environment Variable SystemD Service]
* [https://kb.novaordis.com/index.php/Setting_Environment_Variable_for_a_systemd_Service Setting Environment Variable SystemD Service]
* [https://unix.stackexchange.com/questions/303056/ Setting Environment Variable in SystemD]
* [https://unix.stackexchange.com/questions/303056/ Setting Environment Variable in SystemD]
* [https://activemq.apache.org/components/artemis/documentation/latest/protocols-interoperability.html ActiveMQ » Documents » Protocols]
* [https://activemq.apache.org/components/artemis/documentation/latest/address-settings.html ActiveMQ » Documents » Settings]
* [https://activemq.apache.org/components/artemis/documentation/latest/address-settings.html ActiveMQ » Documents » Settings]
* [https://activemq.apache.org/components/artemis/documentation/latest/using-server.html ActiveMQ » Documents » Server]
* [https://activemq.apache.org/components/artemis/documentation/latest/using-server.html ActiveMQ » Documents » Server]

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