From e64da4a71fd3d5d1e9b59a62727af72ee577e8bf Mon Sep 17 00:00:00 2001 From: Dejan Bosanac Date: Wed, 11 Dec 2013 17:21:09 +0100 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-4909 - add jms credenitals for the console --- .../src/main/resources/org.apache.activemq.webconsole.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg b/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg index 76fc495efc..17b31c2597 100644 --- a/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg +++ b/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg @@ -18,4 +18,6 @@ webconsole.jms.url=tcp://localhost:61616 webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root webconsole.jmx.user=karaf -webconsole.jmx.password=karaf \ No newline at end of file +webconsole.jmx.password=karaf +webconsole.jms.user=karaf +webconsole.jms.password=karaf \ No newline at end of file