标签: spring-boot activemq
根据this documentation,我必须能够通过以下URL访问ActiveMQ控制台:http://localhost:8161/console
我通过Spring Boot应用程序以嵌入式模式使用ActiveMQ。 ActiveMQ工作正常,但我无法访问http://localhost:8161/console
如何配置Spring Boot和ActiveMQ Embedded以便能够访问Web控制台?