Why do I get InstanceNotFoundException ? here is my code:
| mbeanServer = MBeanServerFactory.createMBeanServer();
| ObjectName objName = new ObjectName("jboss.messaging:service=ServerPeer");
| mbeanServer.invoke(objName, "createQueue",
| new Object[] { "anyname", null },
| new String[] { "java.lang.String",
"java.lang.String"} );
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998007#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...