ActiveMQ console not available

前端 未结 2 1998
粉色の甜心
粉色の甜心 2020-12-11 21:53

I installed ActiveMQ 5.5.0 on my Windows machine, and it had a web console (http://localhost:8161/admin) working out of the box.

Then I installed ActiveMQ (same vers

2条回答
  •  抹茶落季
    2020-12-11 22:33

    In your ActiveMQ config file you should see something like:

    
    

    This starts up an embedded Jetty container with the web console.

    If you start the broker on the console, you should see the following if everything works

     INFO | ActiveMQ WebConsole initialized.
     INFO | Initializing Spring FrameworkServlet 'dispatcher'
     INFO | ActiveMQ Console at http://0.0.0.0:8161/admin
    

提交回复
热议问题