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?

Justin Bertram
  • 29,372
  • 4
  • 21
  • 43
alexanoid
  • 24,051
  • 54
  • 210
  • 410
  • 1
    Does this answer your question? [Spring Boot - start ActiveMQ Web Console on startup](https://stackoverflow.com/questions/44108318/spring-boot-start-activemq-web-console-on-startup) – pvpkiran Nov 04 '19 at 10:41
  • It May help you https://www.devglan.com/spring-boot/spring-boot-jms-activemq-example – Lova Chittumuri Nov 04 '19 at 10:42
  • I know how to use hawtio mentioned on the following page https://stackoverflow.com/questions/20211770/how-to-enable-web-console-on-activemq-embedded-broker but I don't know how to start native ActiveMQ web console with Spring Boot and ActiveMQ Embedded – alexanoid Nov 04 '19 at 10:45
  • 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`. – Justin Bertram Nov 04 '19 at 16:28
  • Even embedded one? – alexanoid Nov 04 '19 at 16:29
  • No one from the provided links doesn't answer this question. Please carefully read the question. – alexanoid Nov 06 '19 at 10:43
  • the provided links don't work. Have you figured out @alexanoid ? – mstzn Mar 03 '22 at 21:56

0 Answers0