i forgot this:

  | String domain = "jboss.mq.destination";
  | String service = "service=Queue";
  | String name = "name=MyQueue";
  |                             
  | String stringObjectName = domain + ":" + service + "," + name;
  |                     
  | MBeanServer server = MBeanServerLocator.locateJBoss();
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127448#4127448

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

Reply via email to