How do I programmatically deploy a clustered topic in v1.3 ?
I'm currently using;
MBeanServerConnection mBeanServer = MBeanServerLocator.locateJBoss();
| ObjectName objName = new ObjectName("jboss.messaging:service=ServerPeer");
| MBeanServerInvocationHandler.newProxyInstance(mBeanServer, objName,
ServerPeerMBean.class, false);
| serverPeerMBean.deployTopic(name,jndiName);
thanks in advance
James
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093773#4093773
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093773
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user