[jboss-user] [JBoss Messaging] - Re: dynamic create queue

2006-08-01 Thread macios
Well I followed this way and it works Tahnks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962082#3962082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962082 ___ jboss-use

[jboss-user] [JBoss Messaging] - Re: dynamic create queue

2006-07-31 Thread timfox
This explains how to call an MBean: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean The ServerPeer object name can be found by looking at the jmx-console where all the MBeans are listed (jboss.messaging:service=ServerPeer). You can also find this out by looking a the ser

[jboss-user] [JBoss Messaging] - Re: dynamic create queue

2006-07-25 Thread macios
I'am trying to use MBeanProxyExt.create(), but I don't know which interface use for ServerPeer service View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960883#3960883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBoss Messaging] - Re: dynamic create queue

2006-07-25 Thread [EMAIL PROTECTED]
Use ServerPeer's "createQueue" JMX method. It will create a queue (and the associated MBean) for you. ServerPeer is an MBean. It can be programatically accessed as any other MBean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960768#3960768 Reply to the p