标签:jms activemq 61616
Failed t bind to server socket:tcp://localhost:61616 due to : java.net.BindException
通过netstat -aon | findstr "61616" 查找端口被谁占用了,可是一直没有找到,google说是 Internet Connection Sharing (ICS)服务占用,kill了这个服务,
启动Ok了。
activeMQ启动失败61616端口被占用问题
原文地址:http://blog.csdn.net/chx10051413/article/details/41116613