diff options
Diffstat (limited to 'system/apache-activemq/README')
-rw-r--r-- | system/apache-activemq/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README index 5d34142fda..74dc0508ec 100644 --- a/system/apache-activemq/README +++ b/system/apache-activemq/README @@ -26,3 +26,13 @@ for example: groupadd -g 253 activemq useradd -u 253 -g 253 -c "Apache Active MQ" -d /var/lib/activemq \ -s /bin/sh activemq + +Web Interface + +The web interface for ActiveMQ is available at http://127.0.0.1:8161/admin/ +with the default username and password set to: + +Login: admin +Passwort: admin + +You can edit /etc/activemq/users.properties if you wish to change them. |