码迷,mamicode.com
首页 > 其他好文 > 详细

active-mq的使用

时间:2016-01-19 12:16:42      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

1.下载ActiveMQ

去官方网站下载:http://activemq.apache.org/

2.运行ActiveMQ

解压缩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

 

active-mq的使用

标签:

原文地址:http://www.cnblogs.com/oracleloyal/p/5141317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!