ActiveMQ: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 18: | Line 18: | ||
| valign="top" | | | valign="top" | | ||
* [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://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:41, 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
| ||