ActiveMQ Broker connectible only on Localhost

为君一笑 提交于 2019-12-08 07:52:54

问题


Is there a way to run a loopback JMS adapter that will only be detected locally?

I'm not sure if my terminology is correct, but I want the ActiveMQ broker to only be connectible from the same machine that the broker is running on.


回答1:


Make sure it's connector is only listening on localhost

look in the config.xml files and change all 0.0.0.0 adresses to 127.0.0.1



来源:https://stackoverflow.com/questions/3669765/activemq-broker-connectible-only-on-localhost

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!