朝气蓬勃的黑框眼镜 · Select - Ant Design· 3 周前 · |
飘逸的饼干 · threejs三维地图大屏项目分享 - ...· 1 年前 · |
瘦瘦的电池 · typeerror cannot read ...· 1 年前 · |
我正在尝试按照下面的说明在Windows计算机上启动activemq代理
http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ
下载Windows二进制文件后,我切换到安装目录,并按照说明使用bin/activemq启动代理。启动失败,在扫描文本墙后,我发现了以下错误。
ERROR | Failed to start Apache ActiveMQ ([localhost, ID:[Computer ID]:1], java.io.IOException: Transport Connector could not be registered i
n JMX: Failed to bind to server socket: amqp://0.0.0.0:5672?maximumConnections=1
000&wireFormat.maxFrameSize=104857600 due to: java.net.BindException: Address al
ready in use: JVM_Bind)
已在使用的地址使我相信另一个amqp代理,如RabbitMQ或Qpid(这两个都已安装)可能已经分配了连接,因此我重新启动了计算机,但没有成功消除错误。
谁能给我一些关于如何让ActiveMQ正常运行的建议?
发布于 2015-05-11 20:51:01
将activemq_home/conf/activemq.xml中的amqp端口更改为其他端口,如5673,然后重新启动activemq
<transportConnectors> <!-- DOS protection, limit concurrent connections to 1000 and frame size to 100MB --> <transportConnector name="openwire" uri="tcp://0.0.0.0:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="amqp" uri="**amqp://0.0.0.0:5673**?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="stomp" uri="stomp://0.0.0.0:61613?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="mqtt" uri="mqtt://0.0.0.0:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="ws" uri="ws://0.0.0.0:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> </transportConnectors>
发布于 2014-03-29 02:36:16
我会尝试从命令提示符运行
netstat -anb
,看看是否可以使用端口5672找到一些东西。
发布于 2014-08-25 18:44:55
我会尝试从命令提示符运行netstat -nlp,看看是否可以使用端口5672找到一些东西。然后使用process-id终止这个进程(kill -9 )
https://stackoverflow.com/questions/22615374
复制相似问题
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2023 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号: 粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
朝气蓬勃的黑框眼镜 · Select - Ant Design 3 周前 |