Search code examples
dockeractivemq-artemis

Log in ActiveMQ Artemis web console from Docker


I try to use the ActiveMQ Artemis console from web. I run it in docker. What pass and login I need to use by default?

  artemis:
    image: vromero/activemq-artemis:2.6.1
    container_name: artemis
    ports:
      - "8161:8161"
      - "61616:61616"
    environment:
      ACTIVEMQ_NAME: activemq
      ACTIVEMQ_USERNAME: admin
      ACTIVEMQ_PASSWORD: password

I add environment, but it not help to log in to the web console. I try to using all default login/pass like: root root, admin-admin, and etc.


Solution

  • ARTEMIS_USER The administrator username. The default is artemis.

    ARTEMIS_PASSWORD The administrator password. The default is artemis.