anonymous wrote : There won't be a jboss instance to run it in!
I may have misunderstood you here. So, I want to be clear - your plugins run in the RHQ
Agent. The RHQ Agent is NOT a JBoss instance, its a standalone, separate J2SE VM.
If your remoting stuff is running in some standalone VM itself, the plugin would just need
to remotely connect to your VM (remember, the agent VM is running on the same box as the
products its managing (i.e. your remoting VM is on the same box as the agent VM) so it can
connect over 127.0.0.1, in case there are networking issues that you want to avoid).
Using the JMX plugin, you can connect to remote JMX MBeanServer's because it uses the
EMS library which can connect to any number of remote MBeanServer implementations (the
standard JRE5 platform mbeanserver can be remoted, for example, using the "normal
remote JMX way" - the EMS library handles this for us.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130778#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...