Description
This OSGI plugin is implementing an info service that would post broker information to a central location. It will activate on broker start and will http post the following information:
QPID_HOME (eg /home/sorin/qpid-broker)
QPID_WORK (eg /home/sorin)
hostname (eg sorins-pc)
ip (eg 192.168.1.24)
java.class.path (
java.class.version (eg
java.vm.name (eg
os.arch (eg amd64)
os.name (eg Linux)
os.version (eg 2.6.18-128.7.1.el5)
port (eg [5672])
sun.arch.data.model (eg 64)
time (eg 2010-04-27 14:37:59.894+0100)
user.dir (eg /home/sorin)
user.name (eg sorin)
user.timezone (eg Europe/London)
This info is useful for large qpid deployments for automated monitoring purposes.