简单记一下,下载地址 http://activemq.apache.org/download.html

一、安装JDK7以上,官方说明:http://activemq.apache.org/version-5-getting-started.html

二、创建目录(可不创建):

cd /usr

mkdir activemq

并上传apache-activemq-5.14.1-bin.tar.gz到activemq目录下

三、解压apache-activemq-5.14.1-bin.tar.gz

tar -zxvf apache-activemq-5.14.1-bin.tar.gz

activeMQ部署使用教程

四、运行

activemq启动分linux-x86-32和linux-x86-64

进入bin/linux-x86-64下

cd apache-activemq-5.14.1/bin/linux-x86-64/

启动

./activemq start

activeMQ部署使用教程

五、启动成功后,访问

activemq默认端口61616 ,ui是8161

activeMQ部署使用教程

http://localhost:8161/admin

activeMQ部署使用教程

 

默认登录用户:admin 密码:admin

修改用户信息编辑 conf/jetty-realm.properties 即可

六 activemq其它命令

./activemq start | stop | restart




相关文章: