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:
Adrian T. Co 2006-09-30 11:57:19 +00:00
parent 039c2310c4
commit 1550b2a356
1 changed files with 3 additions and 0 deletions

View File

@ -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){