[jboss-user] [JBoss Messaging] - Re: Queue MessageCount - JMX Help

2007-05-25 Thread mskonda
You can locate/create a Queue/TopicMBean by following method (from Kabutar): | private void initDestinationInfo(String destName, String type) | { | | try | { | | mBeanServer = JMXUtil.getMBeanServer(ContextUtil.getContext()); | |

[jboss-user] [JBoss Messaging] - Re: Queue MessageCount - JMX Help

2007-05-25 Thread timfox
Please take this discussion to the JMX users forum, or I will move it there myself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048618#4048618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048618

[jboss-user] [JBoss Messaging] - Re: Queue MessageCount - JMX Help

2007-05-24 Thread kemplin
Thanks for your response. I searched the forums prior to sending in my message, but didn't find the articles you pointed me to. I think I'm making progress, but am still coming up short. My applications are external to JBoss. I'm able to send/receive messages without any problem.

[jboss-user] [JBoss Messaging] - Re: Queue MessageCount - JMX Help

2007-05-24 Thread timfox
There is no incompatibility and this is nothing to with your descriptors. You are asking a basic JMX question - this is nothing to do with JBoss Messaging. I suggest what you really need to do is buy a book on JMX - this will tell you how to invoke methods and query attributes on an MBean.

[jboss-user] [JBoss Messaging] - Re: Queue MessageCount - JMX Help

2007-05-23 Thread timfox
A two minute search of the wiki would have answered your question http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean. You're lucky I'm nice and Adrian isn't lurking ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048061#4048061 Reply to