一、安装
- 下载并解压
http://activemq.apache.org/
- 配置
修改配置文件 apache-activemq-5.15.3\conf\activemq.xml,将0.0.0.0修改为localhost


二、启动
- apache-activemq\bin\win64\activemq.bat 启动
- 启动成功后,访问http://localhost:8161/admin,即可登录ActiveMQ管理界面。默认账号admin 密码admin (在apache-activemq\conf\jetty-realm.properties中修改)