ActiveMQ Embedded web console and Spring Boot
Asked Answered
D

0

9

According to this documentation I must be able to access ActiveMQ console by the following url: http://localhost:8161/console

I use ActiveMQ in embedded mode via my Spring Boot application. ActiveMQ is working fine but I unable to reach http://localhost:8161/console

How to configure Spring Boot and ActiveMQ embedded in order to be able to access web console?

Dangerfield answered 4/11, 2019 at 10:38 Comment(7)
Does this answer your question? Spring Boot - start ActiveMQ Web Console on startupFrederigo
It May help you devglan.com/spring-boot/spring-boot-jms-activemq-exampleCoucher
I know how to use hawtio mentioned on the following page #20212270 but I don't know how to start native ActiveMQ web console with Spring Boot and ActiveMQ EmbeddedDangerfield
FWIW, the documentation you cited regarding the management console is for ActiveMQ Artemis, but it appears you're actually using ActiveMQ 5.x. To be clear, both brokers have management consoles running on 8161.Hedi
Even embedded one?Dangerfield
No one from the provided links doesn't answer this question. Please carefully read the question.Dangerfield
the provided links don't work. Have you figured out @Dangerfield ?Nickolas

© 2022 - 2024 — McMap. All rights reserved.