mirror of https://github.com/apache/activemq.git
Backported fix from 4.1 branch for: https://issues.apache.org/activemq/browse/AMQ-949
JMX Connector is not created when AMQ piggys back to another mbean server. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@451584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
039c2310c4
commit
1550b2a356
|
@ -295,6 +295,9 @@ public class ManagementContext implements Service{
|
|||
if(result==null&&createMBeanServer){
|
||||
result=createMBeanServer();
|
||||
}
|
||||
else {
|
||||
createConnector(result);
|
||||
}
|
||||
}catch(NoClassDefFoundError e){
|
||||
log.error("Couldnot load MBeanServer",e);
|
||||
}catch(Throwable e){
|
||||
|
|
Loading…
Reference in New Issue