[JBoss-dev] JMS and JSR77 stats mismatch

2003-02-13 Thread Scott M Stark
JSR77 wants to provide a top down view of the JMS stats as shown in the attached pdf page showing the JMSStats interface model: JMSStats - JMSConnectionStats[] - JMSSessionStats[] - {JMSProduerStats[], JMSConsumerStats[], messageCount, pendingMessageCount, expiredMessageCount,

Re: [JBoss-dev] JMS and JSR77 stats mismatch

2003-02-13 Thread Hiram Chirino
Arhh... It would be simpler if the JMX objects were updated from client side. But since that is out of the question for now, I'll just give you a few sugestions: - fake the session problem out and say there is allways 1 session. - Try to put the JSR77 code in an interceptor (like the