I try to use activeMq console from web apkbeb. 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 the login in WebConsole. I try to using all default login/pass like: root root, admin-admin,and etc.