mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2352 JMX user / pass swapped fix
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@908092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fde472195f
commit
348f62e8cc
|
@ -94,11 +94,11 @@ public class JNDIConfiguration extends AbstractConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getJmxPassword() {
|
public String getJmxPassword() {
|
||||||
return getJndiString(JNDI_JMX_USER);
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getJmxUser() {
|
|
||||||
return getJndiString(JNDI_JMX_PASSWORD);
|
return getJndiString(JNDI_JMX_PASSWORD);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getJmxUser() {
|
||||||
|
return getJndiString(JNDI_JMX_USER);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue