Install & Configure ActiveMq On Mac

穿精又带淫゛_ 提交于 2019-12-04 05:29:10

问题


Can anyone assist me with steps to install ActiveMQ on mac. I have downloaded the older ActiveMQ and run command ./activemq start its shows pid file created.

But when I try to access localhost:8161 from safari, it does not open.

Please suggest.


回答1:


Yes, I have observed this too, what I did was,

Go to activemq folder on your machine inside the bin folder and do activemq start or activemq restart, after this the ActiveMQ instance starts correctly and you can access it using URL http://localhost:8161/admin (default location,might be different if you changed the configuration).

hope this helps!

Good luck!



来源:https://stackoverflow.com/questions/32582856/install-configure-activemq-on-mac

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