mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2352 - jmx system properties for web
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@828638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e7794fa4ce
commit
41ccbc50d4
|
@ -55,11 +55,11 @@ public class SystemPropertiesConfiguration extends AbstractConfiguration {
|
|||
}
|
||||
|
||||
public String getJmxPassword() {
|
||||
return System.getProperty(PROPERTY_JMX_USER);
|
||||
}
|
||||
|
||||
public String getJmxUser() {
|
||||
return System.getProperty(PROPERTY_JMX_PASSWORD);
|
||||
}
|
||||
|
||||
public String getJmxUser() {
|
||||
return System.getProperty(PROPERTY_JMX_USER);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue