[jboss-jira] [JBoss JIRA] Closed: (JBAS-3386) Expose "in process" messages via JMX
Adrian Brock (JIRA)
jira-events at jboss.com
Mon Sep 25 06:15:01 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3386?page=all ]
Adrian Brock closed JBAS-3386.
------------------------------
Fix Version/s: JBossAS-4.0.5.GA
JBossAS-5.0.0.Beta
Resolution: Done
See:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigQueue
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigTopic
> Expose "in process" messages via JMX
> ------------------------------------
>
> Key: JBAS-3386
> URL: http://jira.jboss.com/jira/browse/JBAS-3386
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: JMS service
> Reporter: Adrian Brock
> Fix For: JBossAS-4.0.5.GA, JBossAS-5.0.0.Beta
>
>
> Expose the number of "in process" (i.e. unacknowledged messages given to the client)
> via the JMX interfaces.
> e.g. change
> org.jboss.mq.server.jmx.Queue to have
> public int getInProcessCount()
> {
> return jmsQueue.getInProcessCount();
> }
> org.jboss.mq.server.JMSQueue to have
> public int getInProcessCount()
> {
> return basicQueue.getInProcessCount();
> }
> org.jboss.mq.server.BasicQueue to have
> public int getInProcessCount()
> {
> return unacknowledgeMessages.size();
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list