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#3998007

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998007
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to