linux下 activemq无法通过ip访问

linux下 activemq无法通过ip访问

解决办法:

# 打开conf/jetty.xml ,注释掉127.0.0.1 这个就行

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

注意完事重启activemq

posted @ 2020-12-29 21:35  hl521  阅读(530)  评论(0)    收藏  举报