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

浙公网安备 33010602011771号