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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...