On 8/8/07, netflexity <[EMAIL PROTECTED]> wrote: > > Are there any monitoring facilities that would help monitor servicemix either > by means of monitoring the queues, their enque/deque rates, flow performance > and so on.
Most things in ServiceMix are instrumented with JMX so you can use jconsole. I think that there's also a plugin for Hyperic. For monitoring queues, you can use almost any the ActiveMQ facilities for this, the exception being the use of the ActiveMQ Web Console (http://activemq.apache.org/web-console.html) without some hacking and recompilation (I should fix this). One thing I like to use to monitor messages on is the Ruby client for ActiveMQ. This allows me to receive copies of messages using the Ruby shell with a STOMP transport quickly and easily. I can't seem to find this documented anywhere so if you're interested, please respond and I'll either doc it or create a movie of it. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Castor - http://castor.org/
