主机:mac
虚拟机:VirtualBox
虚拟系统:Centos6.5
# 打开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>
原文:https://www.cnblogs.com/ytmm/p/14198680.html