activemq 笔记
官网下载好后,修改下conf下activemq.xml配置文件就可以了。
主要将这里的ip改成我们这里用的locahost就可以了:
<transportConnectors> <!-- DOS protection, limit concurrent connections to 1000 and frame size to 100MB --> <transportConnector name="openwire" uri="tcp://localhost:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="amqp" uri="amqp://localhost:5672?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="stomp" uri="stomp://localhost:61613?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="mqtt" uri="mqtt://localhost:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="ws" uri="ws://localhost:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> </transportConnectors>
想要它支持哪个协议就修改哪个的,用不到就直接可以注掉。
然后运行安装目录下的
执行activemq start命令,就能起起来,因为它里面集成了jetty插件,所以可以在页面上进行操作。
---不要装作很努力
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步