
如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
1.下载ActiveMQ 去官方网站下载:http://activemq.apache.org/ 2.运行ActiveMQ 解压缩apache-activemq-5.5.1-bin.zip, 修改配置文件activeMQ.xml,将0.0.0.0修改为localhost <transportConnectors> <transportConnectorname="openwire"uri="tcp://localhost:61616"/> <transportConnectorname="ssl"uri="ssl://localhost:61617"/> <transportConnectorname="stomp"uri="stomp://localhost:61613"/> <transportConnectoruri="http://localhost:8081"/> <transportConnectoruri="udp://localhost:61618"/>然后双击apache-activemq-5.5.1\bin\activemq.bat运行ActiveMQ程序。 启动ActiveMQ以后,登陆:http://localhost:8161/admin/,创建一个Queue,命名为FirstQueue。

永梅****33
实名认证
内容提供者


最近下载