Reputation: 25862
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?
Upvotes: 9
Views: 4144