[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster-devel] JMX support merged to main trunc



Hi,

we have merged the jmx_gui branch to the cvs main trunk.
This is only a very basic and experimental JMX support, it is
switched off by default, switch it on like this:

 java org.xmlBlaster.Main -xmlBlaster.activateJmx true

then you can look at xmlBlaster internal states with
your browser:

 http://<your-host>:8082

(see the log output on xmlBlaster startup for the exact
url).


Next steps:

o Load JMX support with xmlBlasterPlugins.xml
o Add/extend administrative MBeans
o Add event framework

Currently Oliver is working on an administrative
SWING GUI which talks to xmlBlaster using a
JMX adaptor (which he develops as well).

enjoy,

Marcel