https://issues.apache.org/jira/browse/AMQ-4909 - add jms credenitals for the console
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e64da4a7 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e64da4a7 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e64da4a7 Branch: refs/heads/trunk Commit: e64da4a71fd3d5d1e9b59a62727af72ee577e8bf Parents: 26c41d0 Author: Dejan Bosanac <[email protected]> Authored: Wed Dec 11 17:21:09 2013 +0100 Committer: Dejan Bosanac <[email protected]> Committed: Wed Dec 11 17:21:09 2013 +0100 ---------------------------------------------------------------------- .../src/main/resources/org.apache.activemq.webconsole.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/e64da4a7/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg ---------------------------------------------------------------------- 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 76fc495..17b31c2 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
