activemq自己配置安装过程

wget http://www.apache.org/dyn/closer.cgi?path=%2Factivemq%2Fapache-activemq%2F5.5.1%2Fapache-activemq-5.5.1-bin.tar.gz

tar -zxvf apache-activemq-5.5.1-bin.tar.gz && cd apache-activemq-5.5.1-bin

sudo touch /etc/default/activemq

sudo chown mlzboy:nogroup '/etc/default/activemq'

chmod 600 '/etc/default/activemq'

./activemq start

./activemq status

netstat -an|grep 61616

ps -ef|grep activemq

 

http://localhost:8161/admin/

你可能感兴趣的:(activemq)