FuseMQ Enterprise/ActiveMQ安装配置
ActivaMQ/Fuse Message Broker:
1. 安装准备
apache-ant-1.8.4-bin.zip
apache-activemq-5.6.0-bin.tar.gz
2. 环境变量
请首先安装JDK,ANT并正确配置JAVA_HOME,ANT_HOME,PATH,CLSSPATH环境变量。
Win:
ANT_HOME=C:\Apache-ant-1.8.4
PAHT=%ANT_HOME%\bin
解压ActiveMQ至C:\Apache-activemq-5.6.0
Linux:
ANT_HOME=/usr/customize/ant
PATH=$ANT_HOME/bin
3. 启动ActivaMQ
命令行窗口下:
Win:
cd C:\Apache-activemq-5.6.0\bin
activemq.bat
如果看到消息:INFO | Started [email protected]:8161,则代表ActiveMQ启动成功。
Linux:
fdc@FDC:/usr/customize/apache-activemq-5.6.0$ ./bin/activemq console
如果看到消息: Started [email protected]:8161,则代表ActiveMQ启动成功。
4. Web Console
ActivaMQ Console: http://localhost:8161/admin/
ActivaMQ Demo: http://localhost:8161/demo/
RESTful file access application: http://localhost:8161/fileserver/
5. FuseMQ Enterprise
(1) 安装
解压fuse-mq-7.0.0.fuse-061.zip至任一目录,进入bin目录下,执行:./fusemq
(2) WebConsole
默认情况下,WebConsole没有安装,可通过下面的命令检查是否安装:
features:list | grep webconsole
通过下面的命令进行安装:
features:install webconsole
浏览器访问路径:http://localhost:8181/system/console
(1) 客制化端口:修改etc/org.ops4j.pax.web.cfg.empty.stub中: org.osgi.service.http.port=8181;
(2) 客制化登录控制台用户名密码:修改etc/users.properties文件, 默认用户名密码为:karaf/karaf.