any place i can get some more information on this? i was thinking about trying to implement a queue browser, but from the small excerpts below (i searched the list for the original thread, but did not find it) it seems that i may have been beaten to the punch.
-jae -----Original Message----- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 1:55 PM To: [EMAIL PROTECTED] Cc: 'Russ'; [EMAIL PROTECTED] Subject: [JBoss-dev] RE: management/administration GUI projects On Mon, 2003-12-15 at 18:46, Sacha Labourey wrote: > Hello Russ, > > Though days!!!! > > > I have added two nodes under J2EE Resources/LocalJMS. > > These are 'Queues' and 'Topics', and I have obtained the queues for > > now to display under the 'Queues' node. Clicking on a queue resource > > brings up a jsp page. I am at the point of doing the viewing of JMS > > Messages in a queue on this page. > > Great! > > (Adrian in CC) And jboss-dev. :-) > > > Just wanted to know if I am allowed to change the relevant classes > > in the other projects (in this case messaging): e.g. > > org.jboss.mq.server.jmx.Queue so I could get access to the > > underlying JMSQueue, to 'browse' the SpyMessages. > > Adrian, what do you think? Is that the best way? Or would it be better > to extend the JBoss JSR-77 objects? > There is already a public SpyMessage[] browse(String selector) on org.jboss.mq.server.JMSQueue it isn't exposed on the MBeanServer via org.jboss.mq.server.jmx.Queue > > Also if you have any input on what should be seen for the Queue and > > Destination pages, for each message, stats, functionality and so on. > > Adrian, do we have any stats? Such as concurrent dispatched messages, > number of processed messages, mean-processing time (for MDB for > example), etc. I think we should check if we can apply some of the > standard SLSB statistics to quques and topics as well. > There are already stats exposed on the server/queue/topic/subscription using the MBeanCounter java bean. If you want invocations times you would need to add a JMS interceptor to the chain, but these would represent invocation times of jbossmq's internal protocol rather than the jms interfaces. Regards, Adrian > Cheers, > > > Sacha -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Director of Support Back Office JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
