The activemq installed on the Raspberry Pi is basically the same as in other Linux distributions, except that there is a difference in opening the firewall port. Hardware information: Raspberry Pi type 3B, Raspbian systeminstallation//Download ACTIVEMQ installation package http://activemq.apache.org/download.htmlwget http://apache.fayea.com//activemq/5.14.1/apache-activemq-5.14.1-bin.tar.gz//UnzipTar zxvf/xxx/xx/apache-activemq-5.14.1-bin.tar.gz//move to opt filemv/xxx/xx/apache-activemq-5.14.1-bin/opt //Create soft links ln-s/opt/apache-activemq-5.14.1-bin/opt/activemqln-s/opt/activemq/bin/activemq/etc/init.d/Start//Start/etc/init.d/activemq Start
Port number OpenRaspbian on the iptable command and CentOS is not the same, the almighty Google told UFW Software to manage the port is very convenient, the test is really easy to use. //Installation UFWapt-get Install UFW//Set UFWUFW EnableUFW Default Deny//Open portUFW allow 8161UFW allow 61616Completehttp://XXX.XXX.XXX.XXX:8161/admin/default account Username: admin Password: admin
Raspberry Pi Build Activemq