【发布时间】:2020-11-23 18:02:31
【问题描述】:
我正在尝试按照
处的说明在 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 正常运行的想法。
【问题讨论】:
标签: activemq