I am interested in creating some visualization of runningsystems, using
Flex to visualize updating JMX information comingfrom some other
network-attached JVM. I saw one post whichsuggested writing some custom
Java that would connect to the JMXinfo on another JVM, and then
reformat/retransmit this informationas JMS messages, which Flex could
"subscribe" to. I'm looking for a simpler, more direct way to do this -
isthere one? Ideally, one which does not require anything other thanthe
local Flex ap...