So, I got a machine from my higher ups at work that I can ssh into and try to set up activemq.
I followed the instructions on https://activemq.apache.org/components/artemis/documentation/2.0.0/using-server.html by entering: >cd /var/lib >~/apache-artemis-2.14.0/bin/artemis create testbroker The output was: Unable to create the path 'testbroker'. usage: artemis <command> [<args>] I also tried >cd /var/lib >~/apache-artemis-2.14.0/bin/artemis create /var/lib/testbroker My user supposedly has admin permissions. Not sure if there is a way to check? Not sure what to do.
