标签:
去官方网站下载:http://activemq.apache.org/
解压缩apache-activemq-5.5.1-bin.zip,然后双击apache-activemq-5.5.1\bin\activemq.bat运行ActiveMQ程序。
启动ActiveMQ以后,登陆:http://localhost:8161/admin/,创建一个Queue,命名为FirstQueue。
3:本人在linux下ubuntu系统,进入activemq目录找到sbin,执行
sudo ./activemq start
关掉服务
sudo ./activemq stop
标签:
原文地址:http://www.cnblogs.com/oracleloyal/p/5141317.html