ActiveMQ
Apache ActiveMQ ™ is the most popular and powerful open source messaging and Integration Patterns server.
Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License.
Hello World
本案例使用 windows7(64) 进行测试。
一、Download
从这里下载, v5.91.
二、Start
下载后进行加压。文件路径大概如下:
[E:\Tools\MQ\apacheMQ\apache-activemq-5.9.1]$ ls
Directory of E:\Tools\MQ\apacheMQ\apache-activemq-5.9.1
Name Host Protocol User Name
------------------------- --------------------- --------- -----------
bin/
conf/
data/
docs/
examples/
lib/
webapps/
webapps-demo/
如果想运行 activeMQ, 则需要进入 bin 路径下。
Directory of E:\Tools\MQ\apacheMQ\apache-activemq-5.9.1\bin
Name Host Protocol User Name
------------------------- --------------------- --------- -----------
win32/
win64/
还有一些其他文件,没有显示出来。此处只需要选择 win64 文件夹:
2014/03/31 20:13 1,556 activemq.bat
2014/03/31 20:13 1,721 InstallService.bat
2014/03/31 20:13 1,548 UninstallService.bat
2014/03/31 20:13 6,190 wrapper.conf
2014/03/31 20:02 76,800 wrapper.dll
2014/03/31 20:02 220,672 wrapper.exe
6 个文件 308,487 字节
2 个目录 133,565,947,904 可用字节
双击运行 activemq.bat
即可
三、Visit
直接在浏览器输入http://localhost:8161/admin/即可,默认用户名密码(admin/admin);
可见页面如下: