Linux下ActiveMQ安装笔记

ActiveMQ 5需要jdk1.8的支持,首先需要安装jkd1.8,安装过程省略。。。然后解压apache-activemq-5.15.10-bin.tar.gz

cd /opt/apache-activemq-5.15.10/bin #进入到解压后的目录
./activemq start #执行启动脚本

#指定其他配置文件启动
#/opt/apache-activemq-5.15.10 是activemq的安装目录
#./activemq start 默认就是加载conf/activemq.xml
#./activemq start xbean:file:/opt/apache-activemq-5.15.10/conf/activemq.xml

./activemq restart #重启服务
./activemq stop #停止服务
./activemq status #查看状态
./activemq start > /opt/activemq.log #带日志的启动方式,日志将会写入到自定义的activemq.log中

管理控制台访问地址:http://192.168.1.3:8161/  默认登录用户admin/admin,修改方法如下

#管理台web容器为jetty,所以找到jetty-realm.properties
vim /opt/apache-activemq-5.15.10/conf/jetty-realm.properties

修改端口号,vim /opt/apache-activemq-5.15.10/conf/jetty.xml

<bean id="jettyPort" class="org.apache.activemq.web.WebConsolePort" init-method="start">
             <!-- the default port number for the web console -->
        <property name="host" value="0.0.0.0"/>
        <property name="port" value="8161"/>
    </bean>

最后请确保防火墙开放61616、8161,不然远程客户端将无法访问

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值