]
Adrian Brock closed JBAS-3386.
------------------------------
Fix Version/s: JBossAS-4.0.5.GA
JBossAS-5.0.0.Beta
Resolution: Done
See:
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: